--- old/test/hotspot/jtreg/compiler/classUnloading/methodUnloading/TestOverloadCompileQueues.java 2019-03-14 11:32:37.537914951 +0100 +++ new/test/hotspot/jtreg/compiler/classUnloading/methodUnloading/TestOverloadCompileQueues.java 2019-03-14 11:32:37.269913923 +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