[jdk11u-dev] RFR: 8366125: [11u] Test compiler/loopopts/TestRangeCheckPredicatesControl.java fails OOM
Paul Hohensee
phh at openjdk.org
Fri Sep 26 22:22:40 UTC 2025
On Tue, 26 Aug 2025 07:35:26 GMT, SendaoYan <syan at openjdk.org> wrote:
> Hi all,
>
> On ours linux-x64 machine, `-Xmx256M -XX:+UnlockExperimentalVMOptions -XX:+UseZGC` can not start JVM because of OOM. I think it's not a JVM bug in jdk11u, I think we should increase the max heap size to make test run normally after [JDK-8251949](https://bugs.openjdk.org/browse/JDK-8251949). The `-Xmx256m` was introduced by [JDK-8251949](https://bugs.openjdk.org/browse/JDK-8251949) only for jdk11u. So this PR will only for jdk11u also.
>
> Change has been verified locally, test-fix only, ro risk.
Marked as reviewed by phh (Reviewer).
-------------
PR Review: https://git.openjdk.org/jdk11u-dev/pull/3077#pullrequestreview-3274097927
More information about the jdk-updates-dev
mailing list