# HG changeset patch # User jjg # Date 1248897010 25200 # Node ID b9c68d909f98e3ff455a5628e430aeaefdb6534b # Parent 1914625096336544d5fd9bc1e8903e9785b8ab10 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 diff -r 191462509633 -r b9c68d909f98 jdk/make/com/sun/crypto/provider/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 diff -r 191462509633 -r b9c68d909f98 jdk/make/javax/crypto/Makefile --- 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