Withdrawn: 8262134: compiler/uncommontrap/TestDeoptOOM.java failed with "guarantee(false) failed: wrong number of expression stack elements during deopt"
    Dean Long 
    dlong at openjdk.java.net
       
    Fri Dec 10 03:21:16 UTC 2021
    
    
  
On Wed, 8 Dec 2021 23:49:25 GMT, Dean Long <dlong at openjdk.org> wrote:
> C1 patching stubs use the Unpack_reexecute deoptimization type, but if an exception is thrown, that information is lost, causing the VerifyStack logic to fail.  Rather than relaxing the VerifyStack logic to accept Unpack_exception in this case, this change sets the reexecute flag on the patch stub call site.
This pull request has been closed without being integrated.
-------------
PR: https://git.openjdk.java.net/jdk/pull/6776
    
    
More information about the hotspot-dev
mailing list