diff src/share/vm/interpreter/templateInterpreter.cpp @ 9025:ff5a32117e02

Implement fast invocation of installed code (direct tail call to the target machine code address).
author Thomas Wuerthinger <thomas.wuerthinger@oracle.com>
date Fri, 12 Apr 2013 01:53:52 +0200
parents 6b6cbd8b8914
children c6a1ffc707ff
line wrap: on
line diff
--- a/src/share/vm/interpreter/templateInterpreter.cpp	Thu Apr 11 17:48:30 2013 +0200
+++ b/src/share/vm/interpreter/templateInterpreter.cpp	Fri Apr 12 01:53:52 2013 +0200
@@ -360,6 +360,7 @@
   method_entry(zerolocals)
   method_entry(zerolocals_synchronized)
   method_entry(empty)
+  method_entry(execute_compiled_method)
   method_entry(accessor)
   method_entry(abstract)
   method_entry(java_lang_math_sin  )