We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent a0644c9 commit e03424dCopy full SHA for e03424d
archives-bootstrap.sh
@@ -13,8 +13,9 @@ fi
13
# Following bootstrap versions are important:
14
# OpenJDK 13 is first version built using GCC (no need for Solaris Studio).
15
# OpenJDK 16 is needed to bootstrap LTS version 17.
16
+# OpenJDK 24 is needed to bootstrap LTS version 25.
17
-for VERSION in 13 16 20; do
18
+for VERSION in 13 16 20 24; do
19
if [ $VERSION -lt 12 ] ; then
20
JAVADIR="./build_dir/jdk${VERSION}u/build/solaris-$JDK_PLATFORM-normal-server-release/jdk"
21
else
0 commit comments