RFR: 8283353: compiler/c2/cr6865031/Test.java and compiler/runtime/Test6826736.java fails on x86_32
Jie Fu
jiefu at openjdk.java.net
Fri Mar 18 02:53:51 UTC 2022
Hi all,
Fail due to improperly specified VM option 'HeapBaseMinAddress=32g' on x86_32.
STDERR:
Improperly specified VM option 'HeapBaseMinAddress=32g'
Error: Could not create the Java Virtual Machine.
Error: A fatal exception has occurred. Program will exit.
The fix just excludes them for 32-bit VMs.
Thanks.
Best regards,
Jie
-------------
Commit messages:
- 8283353: compiler/c2/cr6865031/Test.java and compiler/runtime/Test6826736.java fails on x86_32
Changes: https://git.openjdk.java.net/jdk/pull/7864/files
Webrev: https://webrevs.openjdk.java.net/?repo=jdk&pr=7864&range=00
Issue: https://bugs.openjdk.java.net/browse/JDK-8283353
Stats: 4 lines in 2 files changed: 3 ins; 0 del; 1 mod
Patch: https://git.openjdk.java.net/jdk/pull/7864.diff
Fetch: git fetch https://git.openjdk.java.net/jdk pull/7864/head:pull/7864
PR: https://git.openjdk.java.net/jdk/pull/7864
More information about the hotspot-compiler-dev
mailing list