[Misc] Update version - #980
Merged
Merged
Conversation
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
commented
Mar 6, 2026
| @@ -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 | |||
Collaborator
Author
There was a problem hiding this comment.
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
D-D-H
approved these changes
Mar 6, 2026
MaxXSoft
approved these changes
Mar 6, 2026
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.This suggestion is invalid because no changes were made to the code.Suggestions cannot be applied while the pull request is closed.Suggestions cannot be applied while viewing a subset of changes.Only one suggestion per line can be applied in a batch.Add this suggestion to a batch that can be applied as a single commit.Applying suggestions on deleted lines is not supported.You must change the existing code in this line in order to create a valid suggestion.Outdated suggestions cannot be applied.This suggestion has been applied or marked resolved.Suggestions cannot be applied from pending reviews.Suggestions cannot be applied on multi-line comments.Suggestions cannot be applied while the pull request is queued to merge.Suggestion cannot be applied right now. Please check back later.
No description provided.