RFR: 8262134: compiler/uncommontrap/TestDeoptOOM.java failed with "guarantee(false) failed: wrong number of expression stack elements during deopt"

Igor Veresov iveresov at openjdk.java.net
Fri Dec 10 17:11:11 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.

Have you run tier7 where is it does -XX:DeoptimizeALot ?

-------------

PR: https://git.openjdk.java.net/jdk/pull/6776


More information about the hotspot-compiler-dev mailing list