8221483: TestOopCmp.java fails due to "Multiple garbage collectors selected"
Reviewed-by: kvn, mdoerr
--- 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