commit | e7d856b911222aa000ca2be0f8f63f5b292141c3 | [log] [tgz] |
---|---|---|
author | Brian Carlstrom <bdc@google.com> | Wed Jan 11 18:10:55 2012 -0800 |
committer | Brian Carlstrom <bdc@google.com> | Tue Jan 17 17:42:34 2012 -0800 |
tree | 9628ef94e879c7ae026dd37ec05e1ab3251d830a | |
parent | a51dc5b0a57fdf0574c069a15e065ccc96958f02 [diff] |
Add GC map to oat file Change-Id: Ied0462c711a09e2542f231c3b2fa31239958bd28
diff --git a/test/ReferenceMap/stack_walk_refmap_jni.cc b/test/ReferenceMap/stack_walk_refmap_jni.cc index 547f8c9..a85e4ee 100644 --- a/test/ReferenceMap/stack_walk_refmap_jni.cc +++ b/test/ReferenceMap/stack_walk_refmap_jni.cc
@@ -36,7 +36,7 @@ } LOG(INFO) << "At " << PrettyMethod(m, false); - verifier::PcToReferenceMap map(m); + verifier::PcToReferenceMap map(m->GetGcMap(), m->GetGcMapLength()); if (!pc) { // pc == NULL: m is either a native method or a phony method