From f124b681015f17d755ec6879d65e3ae79876daa1 Mon Sep 17 00:00:00 2001 From: MaxXSoft Date: Thu, 26 Feb 2026 11:30:24 +0800 Subject: [PATCH 1/2] [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 From ee106cd737a431c483c953784de70d66300863d3 Mon Sep 17 00:00:00 2001 From: "xinxing.zxy" Date: Thu, 5 Mar 2026 08:04:50 +0000 Subject: [PATCH 2/2] [Misc] Update version Summary: Update dragonwell version Testing: CICD Reviewers: kuaiwei, yuleil Issue: https://github.com/dragonwell-project/dragonwell11/issues/225 --- make.sh | 2 +- version.txt | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/make.sh b/make.sh index ffb8d9db4f9..73743d5dc6f 100755 --- a/make.sh +++ b/make.sh @@ -6,7 +6,7 @@ if [ $# != 1 ]; then fi # incr by every Dragonwell release -DRAGONWELL_VERSION=26 +DRAGONWELL_VERSION=27 LC_ALL=C BUILD_MODE=$1 arch=$(uname -m) diff --git a/version.txt b/version.txt index 4de89ae7e58..2745aacd47d 100644 --- a/version.txt +++ b/version.txt @@ -1 +1 @@ -11.0.29.26.7-GA \ No newline at end of file +11.0.30.27.7-GA \ No newline at end of file