diff src/share/vm/oops/methodOop.cpp @ 1845:a222fcfba398

6990549: Zero and Shark fixes after 6978355 and 6953144 Reviewed-by: twisti Contributed-by: Gary Benson <gbenson@redhat.com>
author twisti
date Fri, 08 Oct 2010 02:42:17 -0700
parents d257356e35f0
children f95d63e2154a
line wrap: on
line diff
--- a/src/share/vm/oops/methodOop.cpp	Thu Oct 07 21:40:55 2010 -0700
+++ b/src/share/vm/oops/methodOop.cpp	Fri Oct 08 02:42:17 2010 -0700
@@ -758,7 +758,7 @@
 
   OrderAccess::storestore();
 #ifdef SHARK
-  mh->_from_interpreted_entry = code->instructions_begin();
+  mh->_from_interpreted_entry = code->insts_begin();
 #else
   mh->_from_compiled_entry = code->verified_entry_point();
   OrderAccess::storestore();