make/java/invoke/Makefile

Print this page
rev 4354 : Initial standard lambda functions and utils

*** 32,42 **** AUTO_FILES_JAVA_DIRS = java/lang/invoke sun/invoke FILES_java = \ java/lang/ClassValue.java \ java/lang/BootstrapMethodError.java - # The sources built here use new language syntax to generate - # method handle calls. Let's be sure we are using that format. - LANGUAGE_VERSION = -source 7 - CLASS_VERSION = -target 7 - include $(BUILDDIR)/common/Classes.gmk --- 32,37 ----