8220611: compiler/classUnloading/methodUnloading/TestOverloadCompileQueues.java timeout
authorthartmann
Fri, 15 Mar 2019 08:27:13 +0100
changeset 54143 8ff8b3734549
parent 54142 6ab293f66cae
child 54144 fb7a1fdeaea7
8220611: compiler/classUnloading/methodUnloading/TestOverloadCompileQueues.java timeout Summary: Test should not be executed with Graal as JIT. Reviewed-by: kvn
test/hotspot/jtreg/compiler/classUnloading/methodUnloading/TestOverloadCompileQueues.java
--- a/test/hotspot/jtreg/compiler/classUnloading/methodUnloading/TestOverloadCompileQueues.java	Thu Mar 14 19:37:17 2019 -0700
+++ b/test/hotspot/jtreg/compiler/classUnloading/methodUnloading/TestOverloadCompileQueues.java	Fri Mar 15 08:27:13 2019 +0100
@@ -25,6 +25,7 @@
  * @test TestOverloadCompileQueues
  * @bug 8163511
  * @summary Test overloading the C1 and C2 compile queues with tasks.
+ * @requires !vm.graal.enabled
  * @run main/othervm -XX:-TieredCompilation -XX:CompileThreshold=2 -XX:CICompilerCount=1
  *                   compiler.classUnloading.methodUnloading.TestOverloadCompileQueues
  * @run main/othervm -XX:TieredCompileTaskTimeout=1000 -XX:CompileThresholdScaling=0.001 -XX:CICompilerCount=2