diff src/share/vm/c1x/c1x_CodeInstaller.cpp @ 2182:9569fdf936ff

Made merge compile.
author Thomas Wuerthinger <wuerthinger@ssw.jku.at>
date Wed, 16 Feb 2011 14:21:52 +0100
parents 9508a52cbd32
children 999f8086cc4f
line wrap: on
line diff
--- a/src/share/vm/c1x/c1x_CodeInstaller.cpp	Wed Feb 16 13:47:20 2011 +0100
+++ b/src/share/vm/c1x/c1x_CodeInstaller.cpp	Wed Feb 16 14:21:52 2011 +0100
@@ -409,7 +409,7 @@
   if (bci == -1) {
      reexecute = false;
   } else {
-    Bytecodes::Code code = Bytecodes::java_code_at(method->bcp_from(bci));
+    Bytecodes::Code code = Bytecodes::java_code_at(method, method->bcp_from(bci));
     reexecute = Interpreter::bytecode_should_reexecute(code);
   }