diff src/share/vm/interpreter/templateInterpreter.cpp @ 9046:c6a1ffc707ff

Comments and #ifdef GRAAL for recent changes to C++ code for calling nmethods directly.
author Thomas Wuerthinger <thomas.wuerthinger@oracle.com>
date Fri, 12 Apr 2013 17:22:54 +0200
parents ff5a32117e02
children 6b0fd0964b87
line wrap: on
line diff
--- a/src/share/vm/interpreter/templateInterpreter.cpp	Fri Apr 12 06:19:35 2013 +0200
+++ b/src/share/vm/interpreter/templateInterpreter.cpp	Fri Apr 12 17:22:54 2013 +0200
@@ -360,7 +360,9 @@
   method_entry(zerolocals)
   method_entry(zerolocals_synchronized)
   method_entry(empty)
+#ifdef GRAAL
   method_entry(execute_compiled_method)
+#endif
   method_entry(accessor)
   method_entry(abstract)
   method_entry(java_lang_math_sin  )