diff src/share/vm/runtime/vframeArray.cpp @ 7994:9fae07c31641

6518907: cleanup IA64 specific code in Hotspot Summary: removed unused IA64 specific code Reviewed-by: twisti, kvn, dholmes
author morris
date Fri, 25 Jan 2013 16:50:33 -0800
parents da91efe96a93
children 5fc51c1ecdeb 0094485b46c7
line wrap: on
line diff
--- a/src/share/vm/runtime/vframeArray.cpp	Fri Jan 25 16:09:14 2013 -0800
+++ b/src/share/vm/runtime/vframeArray.cpp	Fri Jan 25 16:50:33 2013 -0800
@@ -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