From a3128d7e7470a44f81d563518d11601e14bdfec4 Mon Sep 17 00:00:00 2001 From: Jonathan Gibbons Date: Wed, 29 Jul 2009 12:50:10 -0700 Subject: [PATCH] 6865753: 6854244 breaks partial (jdk-only) builds Makefiles which set -target 5 now need to set -source 5 as well. Reviewed-by: wetmore, tbell --- jdk/make/com/sun/crypto/provider/Makefile | 1 + jdk/make/javax/crypto/Makefile | 1 + 2 files changed, 2 insertions(+) diff --git a/jdk/make/com/sun/crypto/provider/Makefile b/jdk/make/com/sun/crypto/provider/Makefile index f8134de149b..5dccb9f81b3 100644 --- a/jdk/make/com/sun/crypto/provider/Makefile +++ b/jdk/make/com/sun/crypto/provider/Makefile @@ -267,6 +267,7 @@ $(OBFUS_DIR)/sunjce.dox: $(CLOSED_DIR)/obfus/sunjce.dox # supports up to v49 class file format. Force v49 classfiles in our # builds for now. # +SOURCE_LANGUAGE_VERSION = 5 TARGET_CLASS_VERSION = 5 diff --git a/jdk/make/javax/crypto/Makefile b/jdk/make/javax/crypto/Makefile index 216ff6e222d..815a530ce27 100644 --- a/jdk/make/javax/crypto/Makefile +++ b/jdk/make/javax/crypto/Makefile @@ -416,6 +416,7 @@ $(OBFUS_DIR)/framework.dox: $(CLOSED_DIR)/obfus/framework.dox # supports up to v49 class file format. Force v49 classfiles in our # builds for now. # +SOURCE_LANGUAGE_VERSION = 5 TARGET_CLASS_VERSION = 5