Integrated: 8321820: TestLoadNIdeal fails on 32-bit because -XX:+UseCompressedOops is not recognized

Daniel Lundén duke at openjdk.org
Thu Dec 14 09:32:50 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

This pull request has now been integrated.

Changeset: d632d743
Author:    Daniel Lundén <daniel.lunden at oracle.com>
Committer: Christian Hagedorn <chagedorn at openjdk.org>
URL:       https://git.openjdk.org/jdk/commit/d632d743e018c69ecf423af75b65354e8ffaefc8
Stats:     1 line in 1 file changed: 1 ins; 0 del; 0 mod

8321820: TestLoadNIdeal fails on 32-bit because -XX:+UseCompressedOops is not recognized

Reviewed-by: rcastanedalo, chagedorn, shade

-------------

PR: https://git.openjdk.org/jdk/pull/17083


More information about the hotspot-compiler-dev mailing list