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
--- 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