From 29a3f0a779410a8a6481995c318b246c2484d476 Mon Sep 17 00:00:00 2001 From: Stefan Karlsson Date: Wed, 24 Apr 2024 07:57:55 +0200 Subject: [PATCH] Disable UseCompressedOops tests for 32-bits JVMs --- test/hotspot/jtreg/runtime/FieldLayout/BaseOffsets.java | 6 ++++++ 1 file changed, 6 insertions(+) diff --git a/test/hotspot/jtreg/runtime/FieldLayout/BaseOffsets.java b/test/hotspot/jtreg/runtime/FieldLayout/BaseOffsets.java index 70bb104af0c..fe2366b35cc 100644 --- a/test/hotspot/jtreg/runtime/FieldLayout/BaseOffsets.java +++ b/test/hotspot/jtreg/runtime/FieldLayout/BaseOffsets.java @@ -24,6 +24,7 @@ /* * @test id=with-coops-with-ccp * @library /test/lib / + * @requires vm.bits == "64" * @modules java.base/jdk.internal.misc * java.management * @build jdk.test.whitebox.WhiteBox @@ -33,6 +34,7 @@ /* * @test id=no-coops-with-ccp * @library /test/lib / + * @requires vm.bits == "64" * @modules java.base/jdk.internal.misc * java.management * @build jdk.test.whitebox.WhiteBox @@ -42,6 +44,7 @@ /* * @test id=with-coops-no-ccp * @library /test/lib / + * @requires vm.bits == "64" * @modules java.base/jdk.internal.misc * java.management * @build jdk.test.whitebox.WhiteBox @@ -51,6 +54,7 @@ /* * @test id=no-coops-no-ccp * @library /test/lib / + * @requires vm.bits == "64" * @modules java.base/jdk.internal.misc * java.management * @build jdk.test.whitebox.WhiteBox @@ -60,6 +64,7 @@ /* * @test id=with-coop--with-coh * @library /test/lib / + * @requires vm.bits == "64" * @modules java.base/jdk.internal.misc * java.management * @build jdk.test.whitebox.WhiteBox @@ -69,6 +74,7 @@ /* * @test id=no-coops-with-coh * @library /test/lib / + * @requires vm.bits == "64" * @modules java.base/jdk.internal.misc * java.management * @build jdk.test.whitebox.WhiteBox