6865753: 6854244 breaks partial (jdk-only) builds
authorjjg
Wed, 29 Jul 2009 12:50:10 -0700
changeset 3332 b9c68d909f98
parent 3331 191462509633
child 3333 111dede48a15
6865753: 6854244 breaks partial (jdk-only) builds Summary: Makefiles which set -target 5 now need to set -source 5 as well. Reviewed-by: wetmore, tbell
jdk/make/com/sun/crypto/provider/Makefile
jdk/make/javax/crypto/Makefile
--- a/jdk/make/com/sun/crypto/provider/Makefile	Mon Jul 27 23:06:01 2009 -0700
+++ b/jdk/make/com/sun/crypto/provider/Makefile	Wed Jul 29 12:50:10 2009 -0700
@@ -267,6 +267,7 @@
 # supports up to v49 class file format.  Force v49 classfiles in our
 # builds for now.
 #
+SOURCE_LANGUAGE_VERSION = 5
 TARGET_CLASS_VERSION = 5
 
 
--- a/jdk/make/javax/crypto/Makefile	Mon Jul 27 23:06:01 2009 -0700
+++ b/jdk/make/javax/crypto/Makefile	Wed Jul 29 12:50:10 2009 -0700
@@ -416,6 +416,7 @@
 # supports up to v49 class file format.  Force v49 classfiles in our
 # builds for now.
 #
+SOURCE_LANGUAGE_VERSION = 5
 TARGET_CLASS_VERSION = 5