< prev index next >

src/share/vm/opto/runtime.cpp

Print this page

        

*** 57,67 **** #include "opto/matcher.hpp" #include "opto/memnode.hpp" #include "opto/mulnode.hpp" #include "opto/runtime.hpp" #include "opto/subnode.hpp" - #include "prims/jvmtiThreadState.hpp" #include "runtime/atomic.hpp" #include "runtime/fprofiler.hpp" #include "runtime/handles.inline.hpp" #include "runtime/interfaceSupport.hpp" #include "runtime/javaCalls.hpp" --- 57,66 ----
*** 1456,1470 **** // should throw an exception here ShouldNotReachHere(); } #endif - JvmtiThreadState *state = thread->jvmti_thread_state(); - if (state != NULL) { - state->set_exception_detected(); - } - thread->set_vm_result(exception); // Frame not compiled (handles deoptimization blob) return SharedRuntime::raw_exception_handler_for_return_address(thread, ret_pc); } --- 1455,1464 ----
< prev index next >