hotspot/src/share/vm/runtime/sharedRuntime.cpp
changeset 5882 6b2aecc4f7d8
parent 5702 201c5cde25bb
child 5924 dc9d04930c82
--- a/hotspot/src/share/vm/runtime/sharedRuntime.cpp	Mon Jun 07 14:17:01 2010 -0700
+++ b/hotspot/src/share/vm/runtime/sharedRuntime.cpp	Wed Jun 09 18:50:45 2010 -0700
@@ -779,7 +779,7 @@
 
   // Find bytecode
   Bytecode_invoke* bytecode = Bytecode_invoke_at(caller, bci);
-  bc = bytecode->adjusted_invoke_code();
+  bc = bytecode->java_code();
   int bytecode_index = bytecode->index();
 
   // Find receiver for non-static call