RFR: 8321820: TestLoadNIdeal fails on 32-bit because -XX:+UseCompressedOops is not recognized
Christian Hagedorn
chagedorn at openjdk.org
Wed Dec 13 11:32:38 UTC 2023
On Wed, 13 Dec 2023 09:45:29 GMT, Daniel Lundén <duke at openjdk.org> wrote:
> This changeset fixes an issue where `TestLoadNIdeal.java` fails on 32-bit, where `-XX:+UseCompressedOops` is not available.
>
> Changes:
> - Only run the test on 64-bit platforms.
>
> ### Testing
> windows-x64, linux-x64, linux-aarch64, macosx-x64, macosx-aarch64:
> - tier1, HotSpot parts of tier2 and tier3
>
> linux-x86 (32-bit)
> - tier1
Looks good and trivial.
-------------
Marked as reviewed by chagedorn (Reviewer).
PR Review: https://git.openjdk.org/jdk/pull/17083#pullrequestreview-1779432646
More information about the hotspot-compiler-dev
mailing list