--- old/src/share/vm/interpreter/interpreterRuntime.cpp 2016-03-21 16:43:04.004545549 -0700 +++ new/src/share/vm/interpreter/interpreterRuntime.cpp 2016-03-21 16:43:03.944545460 -0700 @@ -523,8 +523,10 @@ #ifndef CC_INTERP continuation = Interpreter::remove_activation_entry(); #endif +#if defined(COMPILER2) || INCLUDE_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;