8042932: Bump up the -source version for JDK 9 builds
authorcoffeys
Tue, 13 May 2014 10:20:06 +0100
changeset 24304 f51622799778
parent 24301 1a30593dcb98
child 24305 e70f1f56a8d2
8042932: Bump up the -source version for JDK 9 builds Reviewed-by: chegar, erikj, thurka
common/autoconf/boot-jdk.m4
common/autoconf/generated-configure.sh
--- a/common/autoconf/boot-jdk.m4	Wed Jul 05 19:40:19 2017 +0200
+++ b/common/autoconf/boot-jdk.m4	Tue May 13 10:20:06 2014 +0100
@@ -331,8 +331,8 @@
 
   # Finally, set some other options...
 
-  # When compiling code to be executed by the Boot JDK, force jdk7 compatibility.
-  BOOT_JDK_SOURCETARGET="-source 7 -target 7"
+  # When compiling code to be executed by the Boot JDK, force jdk8 compatibility.
+  BOOT_JDK_SOURCETARGET="-source 8 -target 8"
   AC_SUBST(BOOT_JDK_SOURCETARGET)
   AC_SUBST(JAVAC_FLAGS)
 ])
--- a/common/autoconf/generated-configure.sh	Wed Jul 05 19:40:19 2017 +0200
+++ b/common/autoconf/generated-configure.sh	Tue May 13 10:20:06 2014 +0100
@@ -4243,7 +4243,7 @@
 #CUSTOM_AUTOCONF_INCLUDE
 
 # Do not change or remove the following line, it is needed for consistency checks:
-DATE_WHEN_GENERATED=1398861894
+DATE_WHEN_GENERATED=1399969244
 
 ###############################################################################
 #
@@ -26004,8 +26004,8 @@
 
   # Finally, set some other options...
 
-  # When compiling code to be executed by the Boot JDK, force jdk7 compatibility.
-  BOOT_JDK_SOURCETARGET="-source 7 -target 7"
+  # When compiling code to be executed by the Boot JDK, force jdk8 compatibility.
+  BOOT_JDK_SOURCETARGET="-source 8 -target 8"