8221483: TestOopCmp.java fails due to "Multiple garbage collectors selected"
authorsimonis
Tue, 26 Mar 2019 18:42:10 +0100
changeset 54290 8af48416e31f
parent 54289 6183f835b9b6
child 54291 e6c86f6012bf
child 57285 c7f237482015
8221483: TestOopCmp.java fails due to "Multiple garbage collectors selected" Reviewed-by: kvn, mdoerr
test/hotspot/jtreg/compiler/codegen/TestOopCmp.java
--- a/test/hotspot/jtreg/compiler/codegen/TestOopCmp.java	Tue Mar 26 17:02:11 2019 +0000
+++ b/test/hotspot/jtreg/compiler/codegen/TestOopCmp.java	Tue Mar 26 18:42:10 2019 +0100
@@ -24,6 +24,7 @@
 /**
  * @test
  * @bug 8221083
+ * @requires vm.gc.Serial
  * @requires vm.bits == 64 & vm.opt.final.UseCompressedOops == true
  * @summary On ppc64, C1 erroneously emits a 32-bit compare instruction for oop compares.
  * @modules java.base/jdk.internal.misc:+open