comparison src/share/vm/interpreter/abstractInterpreter.hpp @ 14957:4062efea018b

Remove compiled method call intrinsic.
author Thomas Wuerthinger <thomas.wuerthinger@oracle.com>
date Thu, 03 Apr 2014 17:47:29 +0200
parents 4ca6dc0799b6
children 52b4284cb496
comparison
equal deleted inserted replaced
14953:5a87cbdd8a09 14957:4062efea018b
80 enum MethodKind { 80 enum MethodKind {
81 zerolocals, // method needs locals initialization 81 zerolocals, // method needs locals initialization
82 zerolocals_synchronized, // method needs locals initialization & is synchronized 82 zerolocals_synchronized, // method needs locals initialization & is synchronized
83 native, // native method 83 native, // native method
84 native_synchronized, // native method & is synchronized 84 native_synchronized, // native method & is synchronized
85 #ifdef GRAAL
86 execute_compiled_method, // direct call to compiled method address
87 #endif
88 empty, // empty method (code: _return) 85 empty, // empty method (code: _return)
89 accessor, // accessor method (code: _aload_0, _getfield, _(a|i)return) 86 accessor, // accessor method (code: _aload_0, _getfield, _(a|i)return)
90 abstract, // abstract method (throws an AbstractMethodException) 87 abstract, // abstract method (throws an AbstractMethodException)
91 method_handle_invoke_FIRST, // java.lang.invoke.MethodHandles::invokeExact, etc. 88 method_handle_invoke_FIRST, // java.lang.invoke.MethodHandles::invokeExact, etc.
92 method_handle_invoke_LAST = (method_handle_invoke_FIRST 89 method_handle_invoke_LAST = (method_handle_invoke_FIRST