--- old/src/share/vm/interpreter/interpreterRuntime.cpp 2016-03-28 10:28:20.893685566 -0700 +++ new/src/share/vm/interpreter/interpreterRuntime.cpp 2016-03-28 10:28:20.812685327 -0700 @@ -523,8 +523,10 @@ #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;