hotspot/src/share/vm/oops/methodOop.cpp
changeset 6771 3f9a5f169070
parent 6463 f4362c8da849
child 7397 5b173b4ca846
--- a/hotspot/src/share/vm/oops/methodOop.cpp	Thu Oct 07 21:40:55 2010 -0700
+++ b/hotspot/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();