Skip to content

[Misc] Update version - #980

Merged
syqq-q merged 2 commits into
masterfrom
dragonwell_extended-11.0.30.27.7
Mar 6, 2026
Merged

[Misc] Update version#980
syqq-q merged 2 commits into
masterfrom
dragonwell_extended-11.0.30.27.7

Conversation

@Ann-1024

@Ann-1024 Ann-1024 commented Mar 6, 2026

Copy link
Copy Markdown
Collaborator

No description provided.

MaxXSoft and others added 2 commits February 26, 2026 14:15
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: #977
Summary: Update dragonwell version

Testing: CICD

Reviewers: kuaiwei, yuleil

Issue: #225
@Ann-1024
Ann-1024 requested review from kuaiwei and yuleil March 6, 2026 02:38
Comment thread 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

Copy link
Copy Markdown
Collaborator Author

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

diff --git a/make.sh b/make.sh
index ffb8d9db4f..73743d5dc6 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/test/hotspot/jtreg/compiler/alibaba/TestAIExtension.java b/test/hotspot/jtreg/compiler/alibaba/TestAIExtension.java
index 8072f5b2c3..b8ce0aca00 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
diff --git a/version.txt b/version.txt
index 4de89ae7e5..2745aacd47 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

@syqq-q
syqq-q requested review from D-D-H and MaxXSoft and removed request for kuaiwei and yuleil March 6, 2026 02:42
@syqq-q
syqq-q merged commit eb1fc33 into master Mar 6, 2026
43 checks passed
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

4 participants