RFR(XS): 8250899: Backout JDK-8249628 from jdk/jdk

Mikael Vidstedt mikael.vidstedt at oracle.com
Fri Jul 31 20:51:02 UTC 2020


Please review this small change which will back out/revert the upcoming change[1] to remove the “ea” suffix from the JDK 15 version string. Specifically, when that change gets pushed to jdk/jdk15 and then bulk integrated to jdk/jdk it needs to be immediately reverted to ensure that jdk/jdk remains in “ea” mode.

--- old/make/autoconf/version-numbers	2020-07-31 13:44:01.220895013 -0700
+++ new/make/autoconf/version-numbers	2020-07-31 13:44:00.932889446 -0700
@@ -38,7 +38,7 @@
 DEFAULT_VERSION_CLASSFILE_MINOR=0
 DEFAULT_ACCEPTABLE_BOOT_VERSIONS="14 15 16"
 DEFAULT_JDK_SOURCE_TARGET_VERSION=16
-DEFAULT_PROMOTED_VERSION_PRE=
+DEFAULT_PROMOTED_VERSION_PRE=ea
 
 LAUNCHER_NAME=openjdk
 PRODUCT_NAME=OpenJDK

Cheers,
Mikael

[1] https://bugs.openjdk.java.net/browse/JDK-8249628 <https://bugs.openjdk.java.net/browse/JDK-8249628>




More information about the build-dev mailing list