8199486: [Graal] gc/g1/ihop/TestIHOPStatic.java fails by timeout with -Xcomp
Reviewed-by: kvn
--- 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