--- old/src/share/vm/runtime/vframeArray.cpp Fri Nov 30 11:58:01 2012 +++ new/src/share/vm/runtime/vframeArray.cpp Fri Nov 30 11:58:01 2012 @@ -233,8 +233,6 @@ // Force early return from top frame after deoptimization #ifndef CC_INTERP pc = Interpreter::remove_activation_early_entry(state->earlyret_tos()); -#else - // TBD: Need to implement ForceEarlyReturn for CC_INTERP (ia64) #endif } else { // Possibly override the previous pc computation of the top (youngest) frame