commit | d6b1f6190c8ec42facb08aca34b093244774b318 | [log] [tgz] |
---|---|---|
author | Ian Rogers <irogers@google.com> | Tue Sep 27 13:38:14 2011 -0700 |
committer | Ian Rogers <irogers@google.com> | Tue Sep 27 16:29:18 2011 -0700 |
tree | 698b54670a3935e2d6065b79ab9300e9b2364c3d | |
parent | f153fe1ff3c901a1c63b6ec5495c5046869a60e3 [diff] [blame] |
Support for stack scanning of roots. Change-Id: Icbb02959725735faaa230e0fd00e8039b2f9c1b2
diff --git a/src/object.h b/src/object.h index 47aa98d..9b1d3c7 100644 --- a/src/object.h +++ b/src/object.h
@@ -838,8 +838,7 @@ } ShortArray* GetVMapTable() const { - return GetFieldObject<ShortArray*>( - OFFSET_OF_OBJECT_MEMBER(Method, vmap_table_), false); + return GetFieldObject<ShortArray*>(OFFSET_OF_OBJECT_MEMBER(Method, vmap_table_), false); } size_t GetFrameSizeInBytes() const {