[jdk11u-dev] Integrated: 8366125: [11u] Test compiler/loopopts/TestRangeCheckPredicatesControl.java fails OOM
SendaoYan
syan at openjdk.org
Wed Nov 19 01:44:17 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.
This pull request has now been integrated.
Changeset: 22942efe
Author: SendaoYan <syan at openjdk.org>
URL: https://git.openjdk.org/jdk11u-dev/commit/22942efe67af4af5f3e9e9cc807aac393af4af81
Stats: 3 lines in 1 file changed: 0 ins; 0 del; 3 mod
8366125: [11u] Test compiler/loopopts/TestRangeCheckPredicatesControl.java fails OOM
Reviewed-by: phh, sgehwolf
-------------
PR: https://git.openjdk.org/jdk11u-dev/pull/3077
More information about the jdk-updates-dev
mailing list