src/share/vm/opto/runtime.cpp

changeset 3244
cec1757a0134
parent 3194
ec5ce9326985
child 3259
7e0e43cf86d6
     1.1 --- a/src/share/vm/opto/runtime.cpp	Wed Oct 26 06:08:56 2011 -0700
     1.2 +++ b/src/share/vm/opto/runtime.cpp	Thu Oct 27 04:43:37 2011 -0700
     1.3 @@ -1130,7 +1130,7 @@
     1.4      assert(stub_frame.is_runtime_frame() || exception_blob()->contains(stub_frame.pc()), "sanity check");
     1.5      frame caller_frame = stub_frame.sender(&reg_map);
     1.6  
     1.7 -    // bypass VM_DeoptimizeFrame and deoptimize the frame directly
     1.8 +    // Deoptimize the caller frame.
     1.9      Deoptimization::deoptimize_frame(thread, caller_frame.id());
    1.10    }
    1.11  }

mercurial