jdk11u-dev
jdk11u-dev copied to clipboard
8366125: [11u] Test compiler/loopopts/TestRangeCheckPredicatesControl.java fails OOM
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. The -Xmx256m was introduced by JDK-8251949 only for jdk11u. So this PR will only for jdk11u also.
Change has been verified locally, test-fix only, ro risk.
Progress
- [x] Change must be properly reviewed (1 review required, with at least 1 Reviewer)
- [x] Change must not contain extraneous whitespace
- [x] Commit message must refer to an issue
- [x] JDK-8366125 needs maintainer approval
Integration blocker
⚠️ Title mismatch between PR and JBS for issue JDK-8366125
Issue
- JDK-8366125: [11u] Test compiler/loopopts/TestRangeCheckPredicatesControl.java fails with OOM (Bug - P4 - Approved) ⚠️ Title mismatch between PR and JBS.
Reviewers
- Paul Hohensee (@phohensee - Reviewer)
- Severin Gehwolf (@jerboaa - Reviewer)
Reviewing
Using git
Checkout this PR locally:
$ git fetch https://git.openjdk.org/jdk11u-dev.git pull/3077/head:pull/3077
$ git checkout pull/3077
Update a local copy of the PR:
$ git checkout pull/3077
$ git pull https://git.openjdk.org/jdk11u-dev.git pull/3077/head
Using Skara CLI tools
Checkout this PR locally:
$ git pr checkout 3077
View PR using the GUI difftool:
$ git pr show -t 3077
Using diff file
Download this PR as a diff file:
https://git.openjdk.org/jdk11u-dev/pull/3077.diff