comparison 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
comparison
equal deleted inserted replaced
9030:9a3e25e270a0 9046:c6a1ffc707ff
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 #ifdef GRAAL
363 method_entry(execute_compiled_method) 364 method_entry(execute_compiled_method)
365 #endif
364 method_entry(accessor) 366 method_entry(accessor)
365 method_entry(abstract) 367 method_entry(abstract)
366 method_entry(java_lang_math_sin ) 368 method_entry(java_lang_math_sin )
367 method_entry(java_lang_math_cos ) 369 method_entry(java_lang_math_cos )
368 method_entry(java_lang_math_tan ) 370 method_entry(java_lang_math_tan )