Chromium Code Reviews
chromiumcodereview-hr@appspot.gserviceaccount.com (chromiumcodereview-hr) | Please choose your nickname with Settings | Help | Chromium Project | Gerrit Changes | Sign out
(95)

Issue 1430783002: Fix Isolate scopes in service isolate shutdown (Closed)

Created:
5 years, 1 month ago by zra
Modified:
5 years, 1 month ago
Reviewers:
siva
CC:
reviews_dartlang.org, turnidge, rmacnak, Cutch, vm-dev_dartlang.org
Base URL:
https://github.com/dart-lang/sdk.git@master
Target Ref:
refs/heads/master
Visibility:
Public.

Description

Fix Isolate scopes in service isolate shutdown We can't shutdown an Isolate inside of a handle scope. BUG= R=asiva@google.com Committed: https://github.com/dart-lang/sdk/commit/8718e005ffa0c5d4b115a6270cf29434172a259d

Patch Set 1 #

Total comments: 2
Unified diffs Side-by-side diffs Delta from patch set Stats (+3 lines, -1 line) Patch
M runtime/vm/service_isolate.cc View 1 chunk +3 lines, -1 line 2 comments Download

Messages

Total messages: 6 (1 generated)
zra
5 years, 1 month ago (2015-10-30 04:59:20 UTC) #2
siva
https://codereview.chromium.org/1430783002/diff/1/runtime/vm/service_isolate.cc File runtime/vm/service_isolate.cc (right): https://codereview.chromium.org/1430783002/diff/1/runtime/vm/service_isolate.cc#newcode367 runtime/vm/service_isolate.cc:367: } Can we switch this to: { ASSERT(Isolate::Current() == ...
5 years, 1 month ago (2015-10-30 15:22:47 UTC) #3
zra
https://codereview.chromium.org/1430783002/diff/1/runtime/vm/service_isolate.cc File runtime/vm/service_isolate.cc (right): https://codereview.chromium.org/1430783002/diff/1/runtime/vm/service_isolate.cc#newcode367 runtime/vm/service_isolate.cc:367: } On 2015/10/30 15:22:47, siva wrote: > Can we ...
5 years, 1 month ago (2015-10-30 16:48:41 UTC) #4
siva
lgtm
5 years, 1 month ago (2015-10-30 16:50:45 UTC) #5
zra
5 years, 1 month ago (2015-10-30 16:57:35 UTC) #6
Message was sent while issue was closed.
Committed patchset #1 (id:1) manually as
8718e005ffa0c5d4b115a6270cf29434172a259d (presubmit successful).

Powered by Google App Engine
This is Rietveld 408576698