8199486: [Graal] gc/g1/ihop/TestIHOPStatic.java fails by timeout with -Xcomp

Reviewed-by: kvn
diff --git a/test/hotspot/jtreg/ProblemList-graal.txt b/test/hotspot/jtreg/ProblemList-graal.txt
index e9b7a77..c111eab 100644
--- a/test/hotspot/jtreg/ProblemList-graal.txt
+++ b/test/hotspot/jtreg/ProblemList-graal.txt
@@ -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
diff --git a/test/hotspot/jtreg/gc/g1/ihop/TestIHOPStatic.java b/test/hotspot/jtreg/gc/g1/ihop/TestIHOPStatic.java
index 0fcafaf..610ab42 100644
--- a/test/hotspot/jtreg/gc/g1/ihop/TestIHOPStatic.java
+++ b/test/hotspot/jtreg/gc/g1/ihop/TestIHOPStatic.java
@@ -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