changeset 54290:8af48416e31f

8221483: TestOopCmp.java fails due to "Multiple garbage collectors selected" Reviewed-by: kvn, mdoerr
author simonis
date Tue, 26 Mar 2019 18:42:10 +0100
parents 6183f835b9b6
children e6c86f6012bf
files test/hotspot/jtreg/compiler/codegen/TestOopCmp.java
diffstat 1 files changed, 1 insertions(+), 0 deletions(-) [+]
line wrap: on
line diff
--- 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