comparison src/share/vm/interpreter/templateInterpreter.cpp @ 14957:4062efea018b

Remove compiled method call intrinsic.
author Thomas Wuerthinger <thomas.wuerthinger@oracle.com>
date Thu, 03 Apr 2014 17:47:29 +0200
parents 096c224171c4
children 52b4284cb496
comparison
equal deleted inserted replaced
14953:5a87cbdd8a09 14957:4062efea018b
367 367
368 // all non-native method kinds 368 // all non-native method kinds
369 method_entry(zerolocals) 369 method_entry(zerolocals)
370 method_entry(zerolocals_synchronized) 370 method_entry(zerolocals_synchronized)
371 method_entry(empty) 371 method_entry(empty)
372 #ifdef GRAAL
373 method_entry(execute_compiled_method)
374 #endif
375 method_entry(accessor) 372 method_entry(accessor)
376 method_entry(abstract) 373 method_entry(abstract)
377 method_entry(java_lang_math_sin ) 374 method_entry(java_lang_math_sin )
378 method_entry(java_lang_math_cos ) 375 method_entry(java_lang_math_cos )
379 method_entry(java_lang_math_tan ) 376 method_entry(java_lang_math_tan )