hotspot/src/share/vm/opto/runtime.cpp
changeset 10972 ef164805934c
parent 10731 ffe24d6f0575
child 10987 696ed3367418
--- a/hotspot/src/share/vm/opto/runtime.cpp	Wed Oct 26 06:08:56 2011 -0700
+++ b/hotspot/src/share/vm/opto/runtime.cpp	Thu Oct 27 04:43:37 2011 -0700
@@ -1130,7 +1130,7 @@
     assert(stub_frame.is_runtime_frame() || exception_blob()->contains(stub_frame.pc()), "sanity check");
     frame caller_frame = stub_frame.sender(&reg_map);
 
-    // bypass VM_DeoptimizeFrame and deoptimize the frame directly
+    // Deoptimize the caller frame.
     Deoptimization::deoptimize_frame(thread, caller_frame.id());
   }
 }