8319933: Disable tests for JDK-8280481 on Graal

Reviewed-by: chagedorn
This commit is contained in:
Doug Simon 2024-06-12 10:03:39 +00:00
parent c80e2eb35c
commit bd750b6b78

@ -36,6 +36,7 @@
* @requires vm.opt.TieredStopAtLevel == null & vm.opt.TieredCompilation == null
* @requires vm.simpleArch == "x86" | vm.simpleArch == "x64" | vm.simpleArch == "aarch64" | vm.simpleArch == "riscv64"
* @requires vm.debug
* @requires !vm.graal.enabled
* @run driver compiler.sharedstubs.SharedStubToInterpTest -XX:-TieredCompilation
*
*/