Skip to content
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
2 changes: 1 addition & 1 deletion make.sh
Original file line number Diff line number Diff line change
Expand Up @@ -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)
Expand Down
2 changes: 1 addition & 1 deletion test/hotspot/jtreg/compiler/alibaba/TestAIExtension.java
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down
2 changes: 1 addition & 1 deletion version.txt
Original file line number Diff line number Diff line change
@@ -1 +1 @@
11.0.29.26.7-GA
11.0.30.27.7-GA

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

Loading