comparison 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
comparison
equal deleted inserted replaced
9024:2b840ae76df1 9025:ff5a32117e02
358 358
359 // all non-native method kinds 359 // all non-native method kinds
360 method_entry(zerolocals) 360 method_entry(zerolocals)
361 method_entry(zerolocals_synchronized) 361 method_entry(zerolocals_synchronized)
362 method_entry(empty) 362 method_entry(empty)
363 method_entry(execute_compiled_method)
363 method_entry(accessor) 364 method_entry(accessor)
364 method_entry(abstract) 365 method_entry(abstract)
365 method_entry(java_lang_math_sin ) 366 method_entry(java_lang_math_sin )
366 method_entry(java_lang_math_cos ) 367 method_entry(java_lang_math_cos )
367 method_entry(java_lang_math_tan ) 368 method_entry(java_lang_math_tan )