--- a/jdk/make/java/dyn/Makefile Mon Jul 27 19:22:11 2009 +0100
+++ b/jdk/make/java/dyn/Makefile Mon Jul 27 15:19:55 2009 -0700
@@ -33,8 +33,8 @@
# 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
+LANGUAGE_VERSION = -source 7
+CLASS_VERSION = -target 7
# Actually, it will be less disruptive to compile with the same
# -target option as the rest of the system, and just turn on