6827026: Change javac source and target default to 7

Reviewed-by: darcy, ohair
This commit is contained in:
Jonathan Gibbons 2009-05-20 13:41:23 -07:00
parent ef820dcedb
commit 5c4f8ce7ae

View File

@ -106,7 +106,12 @@ endif
SOURCE_LEVEL = 5
BOOTSTRAP_TARGET_LEVEL = 5
TARGET_LEVEL = 6
ifdef TARGET_CLASS_VERSION
TARGET_LEVEL = $(TARGET_CLASS_VERSION)
else
TARGET_LEVEL = 6
endif
ifndef TARGET_JAVA
TARGET_JAVA = java