commit | 6f1dfe415019de95f0305de66b3afb40005fe382 | [log] [tgz] |
---|---|---|
author | Ian Rogers <irogers@google.com> | Thu Dec 08 17:28:34 2011 -0800 |
committer | Ian Rogers <irogers@google.com> | Thu Dec 08 17:52:16 2011 -0800 |
tree | 93a39a7cd459a25bfe6b30fbf105518a549dc593 | |
parent | c2a2f295a15492ebbdb2613df97f9f7d331310e3 [diff] [blame] |
Ensure referenced catch block exceptions are in the image. This addresses Bug: 5732744. Change-Id: Ia9319b821f94bb27a11358f11b5473bb405277bb
diff --git a/src/object.h b/src/object.h index 1a58364..ddba9db 100644 --- a/src/object.h +++ b/src/object.h
@@ -1246,6 +1246,8 @@ bool IsStringClass() const; + bool IsThrowableClass() const; + Class* GetComponentType() const { return GetFieldObject<Class*>(OFFSET_OF_OBJECT_MEMBER(Class, component_type_), false); }