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

Issue 2125053002: Fix crash with OSR after isolate reload. (Closed)

Created:
4 years, 5 months ago by Florian Schneider
Modified:
4 years, 5 months ago
Reviewers:
rmacnak
CC:
reviews_dartlang.org, vm-dev_dartlang.org
Base URL:
git@github.com:dart-lang/sdk.git@master
Target Ref:
refs/heads/master
Visibility:
Public.

Description

Fix crash with OSR after isolate reload. If a reload happens before doing OSR in the same invocation, we have to abort OSR since the unoptimized code has been discarded. BUG=#26806 R=rmacnak@google.com Committed: https://github.com/dart-lang/sdk/commit/eb12e9369a4e0d55d675adb8f46255a0db9c7cd7

Patch Set 1 #

Total comments: 1

Patch Set 2 : move check to right place #

Unified diffs Side-by-side diffs Delta from patch set Stats (+8 lines, -0 lines) Patch
M runtime/vm/code_generator.cc View 1 1 chunk +8 lines, -0 lines 0 comments Download

Messages

Total messages: 7 (2 generated)
Florian Schneider
4 years, 5 months ago (2016-07-06 16:48:48 UTC) #2
rmacnak
https://codereview.chromium.org/2125053002/diff/1/runtime/vm/code_generator.cc File runtime/vm/code_generator.cc (right): https://codereview.chromium.org/2125053002/diff/1/runtime/vm/code_generator.cc#newcode1363 runtime/vm/code_generator.cc:1363: // The unoptimized code can have been reset to ...
4 years, 5 months ago (2016-07-06 17:31:57 UTC) #3
Florian Schneider
ptal
4 years, 5 months ago (2016-07-07 19:06:40 UTC) #4
rmacnak
lgtm
4 years, 5 months ago (2016-07-07 21:24:44 UTC) #5
Florian Schneider
4 years, 5 months ago (2016-07-07 22:32:06 UTC) #7
Message was sent while issue was closed.
Committed patchset #2 (id:20001) manually as
eb12e9369a4e0d55d675adb8f46255a0db9c7cd7 (presubmit successful).

Powered by Google App Engine
This is Rietveld 408576698