--- old/src/share/vm/interpreter/interpreterRuntime.cpp 2014-12-12 10:35:47.853067316 +0100 +++ new/src/share/vm/interpreter/interpreterRuntime.cpp 2014-12-12 10:35:47.737066138 +0100 @@ -394,7 +394,11 @@ // during deoptimization so the interpreter needs to skip it when // the frame is popped. thread->set_do_not_unlock_if_synchronized(true); +#ifdef CC_INTERP + return (address) -1; +#else return Interpreter::remove_activation_entry(); +#endif } // Need to do this check first since when _do_not_unlock_if_synchronized