Withdrawn: 8342775: [Graal] java/util/concurrent/locks/Lock/OOMEInAQS.java fails OOME thrown from the UncaughtExceptionHandler

duke duke at openjdk.org
Mon Jan 20 23:12:40 UTC 2025


On Mon, 28 Oct 2024 18:45:59 GMT, Tom Rodriguez <never at openjdk.org> wrote:

> Deoptimization with escape analysis can fail when trying to rematerialize objects as described in JDK-8227309.  In this test this can happen in Xcomp mode in the framework of the test resulting in a test failure.  Making the number of threads non-final avoids scalar replacement and thus the OOM during deopt.

This pull request has been closed without being integrated.

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

PR: https://git.openjdk.org/jdk/pull/21745


More information about the core-libs-dev mailing list