src/share/vm/interpreter/bytecodeInterpreter.hpp

Print this page
rev 4869 : 8019519: PPC64 (part 105): C interpreter: implement support for jvmti early return.

@@ -113,11 +113,12 @@
          call_method,               // request for new frame from interpreter, manager responds with method_entry
          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
          popping_frame,             // unwind call and retry call
-         do_osr                     // request this invocation be OSR's
+         do_osr,                    // request this invocation be OSR's
+         early_return               // early return as commanded by jvmti
     };
 
 private:
     JavaThread*           _thread;        // the vm's java thread pointer
     address               _bcp;           // instruction pointer