< prev index next >

src/share/vm/interpreter/interpreterRuntime.cpp

Print this page

        

@@ -521,12 +521,14 @@
     // 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 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;
 #ifndef CC_INTERP
     set_bcp_and_mdp(handler_pc, thread);
< prev index next >