--- old/test/hotspot/jtreg/ProblemList-graal.txt 2020-07-22 19:21:08.002476586 +0000 +++ new/test/hotspot/jtreg/ProblemList-graal.txt 2020-07-22 19:21:07.136935539 +0000 @@ -231,8 +231,6 @@ compiler/codegen/TestTrichotomyExpressions.java 8207267 generic-all gc/stress/TestReclaimStringsLeaksMemory.java 8207267 generic-all -runtime/exceptionMsgs/AbstractMethodError/AbstractMethodErrorTest.java 8222582 generic-all - # Graal unit tests org.graalvm.compiler.core.test.OptionsVerifierTest 8205081 org.graalvm.compiler.hotspot.test.CompilationWrapperTest 8205081 --- old/test/hotspot/jtreg/runtime/exceptionMsgs/AbstractMethodError/AbstractMethodErrorTest.java 2020-07-22 19:21:11.103407389 +0000 +++ new/test/hotspot/jtreg/runtime/exceptionMsgs/AbstractMethodError/AbstractMethodErrorTest.java 2020-07-22 19:21:10.244710062 +0000 @@ -25,7 +25,7 @@ /** * @test * @summary Check that the verbose message of the AME is printed correctly. - * @requires !(os.arch=="arm") & vm.flavor == "server" & !vm.emulatedClient & vm.compMode=="Xmixed" & (!vm.graal.enabled | vm.opt.TieredCompilation == true) & (vm.opt.TieredStopAtLevel == null | vm.opt.TieredStopAtLevel==4) + * @requires !(os.arch=="arm") & vm.flavor == "server" & !vm.emulatedClient & vm.compMode=="Xmixed" & !vm.graal.enabled & vm.opt.UseJVMCICompiler != true & (vm.opt.TieredStopAtLevel == null | vm.opt.TieredStopAtLevel==4) * @library /test/lib / * @build sun.hotspot.WhiteBox * @run driver ClassFileInstaller sun.hotspot.WhiteBox