RFR: 8283353: compiler/c2/cr6865031/Test.java and compiler/runtime/Test6826736.java fails on x86_32
Christian Hagedorn
chagedorn at openjdk.java.net
Fri Mar 18 07:50:36 UTC 2022
On Fri, 18 Mar 2022 02:47:09 GMT, Jie Fu <jiefu at openjdk.org> wrote:
> 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
Looks good and trivial.
-------------
Marked as reviewed by chagedorn (Reviewer).
PR: https://git.openjdk.java.net/jdk/pull/7864
More information about the hotspot-compiler-dev
mailing list