Skip to content

Commit

Permalink
Disable UseCompressedOops tests for 32-bits JVMs
Browse files Browse the repository at this point in the history
  • Loading branch information
stefank committed Apr 24, 2024
1 parent 131e47b commit 29a3f0a
Showing 1 changed file with 6 additions and 0 deletions.
6 changes: 6 additions & 0 deletions test/hotspot/jtreg/runtime/FieldLayout/BaseOffsets.java
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand All @@ -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
Expand All @@ -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
Expand All @@ -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
Expand All @@ -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
Expand All @@ -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
Expand Down

0 comments on commit 29a3f0a

Please sign in to comment.