--- old/src/share/vm/interpreter/interpreterRuntime.cpp 2015-02-24 17:14:38.268532899 +0100 +++ new/src/share/vm/interpreter/interpreterRuntime.cpp 2015-02-24 17:14:38.214533772 +0100 @@ -407,7 +407,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