On Mon, 28 Oct 2024 18:45:59 GMT, Tom Rodriguez <ne...@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 now been integrated. Changeset: bb837d2f Author: Tom Rodriguez <ne...@openjdk.org> URL: https://git.openjdk.org/jdk/commit/bb837d2f9b636c05ff0c7733bc3d06c002974c17 Stats: 2 lines in 2 files changed: 2 ins; 0 del; 0 mod 8342775: [Graal] java/util/concurrent/locks/Lock/OOMEInAQS.java fails OOME thrown from the UncaughtExceptionHandler Reviewed-by: jpai, dholmes ------------- PR: https://git.openjdk.org/jdk/pull/21745