diff src/share/vm/code/nmethod.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 ac4f710073ed
children 2d26b0046e0d f95d63e2154a
line wrap: on
line diff
--- a/src/share/vm/code/nmethod.cpp	Thu Oct 07 21:40:55 2010 -0700
+++ b/src/share/vm/code/nmethod.cpp	Fri Oct 08 02:42:17 2010 -0700
@@ -1421,7 +1421,7 @@
   }
 
 #ifdef SHARK
-  ((SharkCompiler *) compiler())->free_compiled_method(instructions_begin());
+  ((SharkCompiler *) compiler())->free_compiled_method(insts_begin());
 #endif // SHARK
 
   ((CodeBlob*)(this))->flush();