hotspot/src/share/vm/interpreter/bytecodeInterpreter.hpp
changeset 9136 94ebba447157
parent 8921 14bfe81f2a9d
child 13728 882756847a04
equal deleted inserted replaced
9135:f76543993e9d 9136:94ebba447157
   105          deopt_resume2,             // deopt resume as a result of a PopFrame
   105          deopt_resume2,             // deopt resume as a result of a PopFrame
   106          got_monitors,              // frame manager response to more_monitors request
   106          got_monitors,              // frame manager response to more_monitors request
   107          rethrow_exception,         // unwinding and throwing exception
   107          rethrow_exception,         // unwinding and throwing exception
   108          // requests to frame manager from C++ interpreter
   108          // requests to frame manager from C++ interpreter
   109          call_method,               // request for new frame from interpreter, manager responds with method_entry
   109          call_method,               // request for new frame from interpreter, manager responds with method_entry
       
   110          call_method_handle,        // like the above, except the callee is a method handle
   110          return_from_method,        // request from interpreter to unwind, manager responds with method_continue
   111          return_from_method,        // request from interpreter to unwind, manager responds with method_continue
   111          more_monitors,             // need a new monitor
   112          more_monitors,             // need a new monitor
   112          throwing_exception,        // unwind stack and rethrow
   113          throwing_exception,        // unwind stack and rethrow
   113          popping_frame,             // unwind call and retry call
   114          popping_frame,             // unwind call and retry call
   114          do_osr                     // request this invocation be OSR's
   115          do_osr                     // request this invocation be OSR's