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

Issue 1002933002: Fix issue 22800: Unreachable exception handlers do not have their handler types initialized. Initia… (Closed)

Created:
5 years, 9 months ago by srdjan
Modified:
5 years, 9 months ago
Reviewers:
hausner
CC:
reviews_dartlang.org, vm-dev_dartlang.org
Visibility:
Public.

Description

Fix issue 22800: Unreachable exception handlers do not have their handler types initialized. Initialize the handler info for unreachable handlers as well (instead of crashing). R=hausner@google.com Committed: https://code.google.com/p/dart/source/detail?r=44440

Patch Set 1 #

Total comments: 4

Patch Set 2 : #

Unified diffs Side-by-side diffs Delta from patch set Stats (+58 lines, -21 lines) Patch
M runtime/vm/code_descriptors.h View 1 chunk +1 line, -21 lines 0 comments Download
M runtime/vm/code_descriptors.cc View 1 1 chunk +37 lines, -0 lines 0 comments Download
A tests/language/issue22800_test.dart View 1 chunk +20 lines, -0 lines 0 comments Download

Messages

Total messages: 5 (1 generated)
srdjan
5 years, 9 months ago (2015-03-12 18:04:27 UTC) #2
hausner
LGTM with a couple of nits. https://codereview.chromium.org/1002933002/diff/1/runtime/vm/code_descriptors.cc File runtime/vm/code_descriptors.cc (right): https://codereview.chromium.org/1002933002/diff/1/runtime/vm/code_descriptors.cc#newcode101 runtime/vm/code_descriptors.cc:101: bool has_catch_all = ...
5 years, 9 months ago (2015-03-12 18:25:09 UTC) #3
srdjan
https://codereview.chromium.org/1002933002/diff/1/runtime/vm/code_descriptors.cc File runtime/vm/code_descriptors.cc (right): https://codereview.chromium.org/1002933002/diff/1/runtime/vm/code_descriptors.cc#newcode101 runtime/vm/code_descriptors.cc:101: bool has_catch_all = false; On 2015/03/12 18:25:08, hausner wrote: ...
5 years, 9 months ago (2015-03-12 18:28:44 UTC) #4
srdjan
5 years, 9 months ago (2015-03-12 19:18:24 UTC) #5
Message was sent while issue was closed.
Committed patchset #2 (id:20001) manually as r44440 (presubmit successful).

Powered by Google App Engine
This is Rietveld 408576698