hotspot/src/share/vm/runtime/vframeArray.cpp
changeset 15475 73896d91270c
parent 13728 882756847a04
child 15943 d830a939d985
--- a/hotspot/src/share/vm/runtime/vframeArray.cpp	Fri Jan 25 16:09:14 2013 -0800
+++ b/hotspot/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