From 56a4ffa62cdeb552589802042f18aa2a707d5cb0 Mon Sep 17 00:00:00 2001 From: Emanuel Peter Date: Mon, 24 Mar 2025 07:57:14 +0000 Subject: [PATCH] 8352597: [IR Framework] test bug: TestNotCompilable.java fails on product build Reviewed-by: fyang, syan, thartmann --- .../testlibrary_tests/ir_framework/tests/TestNotCompilable.java | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/test/hotspot/jtreg/testlibrary_tests/ir_framework/tests/TestNotCompilable.java b/test/hotspot/jtreg/testlibrary_tests/ir_framework/tests/TestNotCompilable.java index 760fc579910..8ba72f1bd86 100644 --- a/test/hotspot/jtreg/testlibrary_tests/ir_framework/tests/TestNotCompilable.java +++ b/test/hotspot/jtreg/testlibrary_tests/ir_framework/tests/TestNotCompilable.java @@ -30,7 +30,7 @@ import compiler.lib.ir_framework.driver.irmatching.IRViolationException; /* * @test - * @requires vm.compiler2.enabled & vm.flagless + * @requires vm.compiler2.enabled & vm.flagless & vm.debug == true * @summary Test the functionality of allowNotCompilable. * @library /test/lib / * @run driver ir_framework.tests.TestNotCompilable