< prev index next >

src/share/vm/interpreter/interpreterRuntime.cpp

Print this page

        

*** 521,532 **** --- 521,534 ---- // handler in this method, or (b) after a stack overflow there is not yet // enough stack space available to reprotect the stack. #ifndef CC_INTERP continuation = Interpreter::remove_activation_entry(); #endif + #if COMPILER2_OR_JVMCI // Count this for compilation purposes h_method->interpreter_throwout_increment(THREAD); + #endif } else { // handler in this method => change bci/bcp to handler bci/bcp and continue there handler_pc = h_method->code_base() + handler_bci; #ifndef CC_INTERP set_bcp_and_mdp(handler_pc, thread);
< prev index next >