From 3a0b823a2490b79e0fcbcfce8afa493774dcdb5d Mon Sep 17 00:00:00 2001 From: MaxXSoft Date: Thu, 26 Feb 2026 11:30:24 +0800 Subject: [PATCH] [JIT] Mark AI-Extension unit test as flagless Summary: AI-Extension runs tests by launching separate JVM processes. It does not rely on compilation flags added in `jtreg`, so this test should be marked as `flagless`. Testing: test/hotspot/jtreg/compiler/alibaba/TestAIExtension.java Reviewers: kuaiwei, JoshuaZhuwj Issue: https://github.com/dragonwell-project/dragonwell11/issues/977 --- test/hotspot/jtreg/compiler/alibaba/TestAIExtension.java | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/test/hotspot/jtreg/compiler/alibaba/TestAIExtension.java b/test/hotspot/jtreg/compiler/alibaba/TestAIExtension.java index 8072f5b2c37..b8ce0aca006 100644 --- a/test/hotspot/jtreg/compiler/alibaba/TestAIExtension.java +++ b/test/hotspot/jtreg/compiler/alibaba/TestAIExtension.java @@ -24,7 +24,7 @@ /** * @test TestAIExtension * @summary Check that the AI-Extension feature works correctly - * @requires vm.aiext + * @requires vm.aiext & vm.flagless * @library /test/lib / * @build sun.hotspot.WhiteBox * @run driver ClassFileInstaller sun.hotspot.WhiteBox