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 been closed without being integrated. ------------- PR: https://git.openjdk.org/jdk/pull/21745