diff src/share/vm/interpreter/bytecodeInterpreter.hpp @ 2480:4b95bbb36464

7035870: JSR 292: Zero support Summary: This adds support for JSR 292 to Zero. Reviewed-by: twisti Contributed-by: Gary Benson <gbenson@redhat.com>
author twisti
date Tue, 12 Apr 2011 02:40:23 -0700
parents 1d1603768966
children da91efe96a93
line wrap: on
line diff
--- a/src/share/vm/interpreter/bytecodeInterpreter.hpp	Mon Apr 11 15:30:31 2011 -0700
+++ b/src/share/vm/interpreter/bytecodeInterpreter.hpp	Tue Apr 12 02:40:23 2011 -0700
@@ -107,6 +107,7 @@
          rethrow_exception,         // unwinding and throwing exception
          // requests to frame manager from C++ interpreter
          call_method,               // request for new frame from interpreter, manager responds with method_entry
+         call_method_handle,        // like the above, except the callee is a method handle
          return_from_method,        // request from interpreter to unwind, manager responds with method_continue
          more_monitors,             // need a new monitor
          throwing_exception,        // unwind stack and rethrow