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

Issue 129513002: Ensure a class is finalized before attempting any reflective invocation on it. (Closed)

Created:
6 years, 11 months ago by rmacnak
Modified:
6 years, 11 months ago
Reviewers:
zra, regis
CC:
reviews_dartlang.org, vm-dev_dartlang.org
Visibility:
Public.

Description

Ensure a class is finalized before attempting any reflective invocation on it. Avoids mysterious error that results when finalization that is triggered by the reflective invocation fails to propogate a compile-time error. BUG=http://dartbug.com/15886 R=regis@google.com, zra@google.com Committed: https://code.google.com/p/dart/source/detail?r=31638

Patch Set 1 #

Total comments: 2

Patch Set 2 : #

Unified diffs Side-by-side diffs Delta from patch set Stats (+6 lines, -1 line) Patch
M runtime/lib/mirrors.cc View 1 1 chunk +6 lines, -0 lines 0 comments Download
M tests/lib/lib.status View 1 1 chunk +0 lines, -1 line 0 comments Download

Messages

Total messages: 6 (0 generated)
rmacnak
6 years, 11 months ago (2014-01-08 21:45:10 UTC) #1
rmacnak
6 years, 11 months ago (2014-01-08 21:46:05 UTC) #2
regis
LGTM
6 years, 11 months ago (2014-01-08 22:58:16 UTC) #3
zra
lgtm https://codereview.chromium.org/129513002/diff/1/runtime/lib/mirrors.cc File runtime/lib/mirrors.cc (right): https://codereview.chromium.org/129513002/diff/1/runtime/lib/mirrors.cc#newcode337 runtime/lib/mirrors.cc:337: ThrowInvokeError(error); After many other calls to ThrowInvokeError() there ...
6 years, 11 months ago (2014-01-08 23:02:53 UTC) #4
rmacnak
https://codereview.chromium.org/129513002/diff/1/runtime/lib/mirrors.cc File runtime/lib/mirrors.cc (right): https://codereview.chromium.org/129513002/diff/1/runtime/lib/mirrors.cc#newcode337 runtime/lib/mirrors.cc:337: ThrowInvokeError(error); On 2014/01/08 23:02:54, zra wrote: > After many ...
6 years, 11 months ago (2014-01-09 00:17:58 UTC) #5
rmacnak
6 years, 11 months ago (2014-01-09 00:18:15 UTC) #6
Message was sent while issue was closed.
Committed patchset #2 manually as r31638 (presubmit successful).

Powered by Google App Engine
This is Rietveld 408576698