From d632d743e018c69ecf423af75b65354e8ffaefc8 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Daniel=20Lund=C3=A9n?= Date: Thu, 14 Dec 2023 09:29:34 +0000 Subject: [PATCH] 8321820: TestLoadNIdeal fails on 32-bit because -XX:+UseCompressedOops is not recognized Reviewed-by: rcastanedalo, chagedorn, shade --- test/hotspot/jtreg/compiler/c2/irTests/igvn/TestLoadNIdeal.java | 1 + 1 file changed, 1 insertion(+) diff --git a/test/hotspot/jtreg/compiler/c2/irTests/igvn/TestLoadNIdeal.java b/test/hotspot/jtreg/compiler/c2/irTests/igvn/TestLoadNIdeal.java index f01fbaf3159..758ad60bec7 100644 --- a/test/hotspot/jtreg/compiler/c2/irTests/igvn/TestLoadNIdeal.java +++ b/test/hotspot/jtreg/compiler/c2/irTests/igvn/TestLoadNIdeal.java @@ -28,6 +28,7 @@ import compiler.lib.ir_framework.*; /* * @test * @bug 8310524 + * @requires vm.bits == 64 * @summary Test that IGVN optimizes away one of two identical LoadNs. * @library /test/lib / * @run driver compiler.c2.irTests.igvn.TestLoadNIdeal