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

Issue 2498863002: Map deleted enum values to a sentinel value. (Closed)

Created:
4 years, 1 month ago by Cutch
Modified:
4 years, 1 month ago
Reviewers:
rmacnak, siva
CC:
reviews_dartlang.org, vm-dev_dartlang.org
Target Ref:
refs/heads/master
Visibility:
Public.

Description

Map deleted enum values to a sentinel value. Fixes #27802 BUG= R=asiva@google.com, rmacnak@google.com Committed: https://github.com/dart-lang/sdk/commit/f0f32a0e29ac93d6f3cb4e1ea655a4ac70d54791

Patch Set 1 #

Total comments: 4

Patch Set 2 : asiva review #

Unified diffs Side-by-side diffs Delta from patch set Stats (+67 lines, -25 lines) Patch
M runtime/tests/vm/vm.status View 1 1 chunk +0 lines, -1 line 0 comments Download
M runtime/vm/class_finalizer.cc View 1 3 chunks +19 lines, -7 lines 0 comments Download
M runtime/vm/isolate_reload_test.cc View 1 1 chunk +2 lines, -1 line 0 comments Download
M runtime/vm/object_reload.cc View 1 5 chunks +32 lines, -14 lines 0 comments Download
M runtime/vm/parser.cc View 1 2 chunks +12 lines, -2 lines 0 comments Download
M runtime/vm/symbols.h View 1 chunk +2 lines, -0 lines 0 comments Download

Messages

Total messages: 8 (3 generated)
Cutch
4 years, 1 month ago (2016-11-14 17:42:43 UTC) #3
siva
lgtm https://codereview.chromium.org/2498863002/diff/1/runtime/vm/class_finalizer.cc File runtime/vm/class_finalizer.cc (right): https://codereview.chromium.org/2498863002/diff/1/runtime/vm/class_finalizer.cc#newcode2509 runtime/vm/class_finalizer.cc:2509: String& enum_ident = String::Handle(); A samll nit, the ...
4 years, 1 month ago (2016-11-14 22:18:23 UTC) #4
rmacnak
lgtm
4 years, 1 month ago (2016-11-15 18:48:46 UTC) #5
Cutch
https://codereview.chromium.org/2498863002/diff/1/runtime/vm/class_finalizer.cc File runtime/vm/class_finalizer.cc (right): https://codereview.chromium.org/2498863002/diff/1/runtime/vm/class_finalizer.cc#newcode2509 runtime/vm/class_finalizer.cc:2509: String& enum_ident = String::Handle(); On 2016/11/14 22:18:23, siva wrote: ...
4 years, 1 month ago (2016-11-15 22:13:55 UTC) #6
Cutch
4 years, 1 month ago (2016-11-15 22:15:42 UTC) #8
Message was sent while issue was closed.
Committed patchset #2 (id:20001) manually as
f0f32a0e29ac93d6f3cb4e1ea655a4ac70d54791 (presubmit successful).

Powered by Google App Engine
This is Rietveld 408576698