6865753: 6854244 breaks partial (jdk-only) builds
authorjjg
Wed Jul 29 12:50:10 2009 -0700 (7 months ago)
changeset 143903b4ab24cd2a
parent 1438aed3ce4ba35b
child 144018fee5159090
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
make/com/sun/crypto/provider/Makefile
make/javax/crypto/Makefile
--- a/make/com/sun/crypto/provider/Makefile Mon Jul 27 23:06:01 2009 -0700
+++ b/make/com/sun/crypto/provider/Makefile Wed Jul 29 12:50:10 2009 -0700
@@ -267,6 +267,7 @@ endif
# supports up to v49 class file format. Force v49 classfiles in our
# builds for now.
#
+SOURCE_LANGUAGE_VERSION = 5
TARGET_CLASS_VERSION = 5
--- a/make/javax/crypto/Makefile Mon Jul 27 23:06:01 2009 -0700
+++ b/make/javax/crypto/Makefile Wed Jul 29 12:50:10 2009 -0700
@@ -416,6 +416,7 @@ endif
# supports up to v49 class file format. Force v49 classfiles in our
# builds for now.
#
+SOURCE_LANGUAGE_VERSION = 5
TARGET_CLASS_VERSION = 5