8199486: [Graal] gc/g1/ihop/TestIHOPStatic.java fails by timeout with -Xcomp
authorepavlova
Mon, 13 Aug 2018 04:02:51 -0700
changeset 51386 aed534740851
parent 51385 be775229d3b3
child 51387 9fe4fc157f4e
8199486: [Graal] gc/g1/ihop/TestIHOPStatic.java fails by timeout with -Xcomp Reviewed-by: kvn
test/hotspot/jtreg/ProblemList-graal.txt
test/hotspot/jtreg/gc/g1/ihop/TestIHOPStatic.java
--- a/test/hotspot/jtreg/ProblemList-graal.txt	Mon Aug 13 12:24:25 2018 +0200
+++ b/test/hotspot/jtreg/ProblemList-graal.txt	Mon Aug 13 04:02:51 2018 -0700
@@ -68,8 +68,6 @@
 
 compiler/compilercontrol/directives/LogTest.java                8181753   generic-all
 
-gc/g1/ihop/TestIHOPStatic.java                                  8199486   generic-all
-
 gc/parallel/TestPrintGCDetailsVerbose.java                      8200186   macosx-all
 
 compiler/jvmci/compilerToVM/ReprofileTest.java                  8201333   generic-all
--- a/test/hotspot/jtreg/gc/g1/ihop/TestIHOPStatic.java	Mon Aug 13 12:24:25 2018 +0200
+++ b/test/hotspot/jtreg/gc/g1/ihop/TestIHOPStatic.java	Mon Aug 13 04:02:51 2018 -0700
@@ -28,6 +28,7 @@
  * @requires vm.gc.G1
  * @requires !vm.flightRecorder
  * @requires vm.opt.ExplicitGCInvokesConcurrent != true
+ * @requires !(vm.graal.enabled & vm.compMode == "Xcomp")
  * @library /test/lib /
  * @modules java.base/jdk.internal.misc
  * @modules java.management