changeset 46:787dca9a8107

No more EnableMethodHandles
author Gary Benson <gbenson@redhat.com>
date Fri, 01 Apr 2011 11:09:46 +0100
parents e1e5d3b941ad
children 6e588ffbee4d
files Makefile
diffstat 1 files changed, 0 insertions(+), 2 deletions(-) [+]
line wrap: on
line diff
--- a/Makefile	Fri Apr 01 11:01:24 2011 +0100
+++ b/Makefile	Fri Apr 01 11:09:46 2011 +0100
@@ -37,7 +37,6 @@
 unittest: $(TESTTARGET) $(UNITTESTCLASSES)
 	$(TESTVM) \
 	  -XX:+UnlockExperimentalVMOptions \
-	  -XX:+EnableMethodHandles \
 	  -XX:+EnableInvokeDynamic \
 	  -Dtest.java.dyn.MethodHandlesTest.verbosity=0 \
 	  -cp $(JUNITJAR):. org.junit.runner.JUnitCore \
@@ -50,7 +49,6 @@
 smoketest: $(TESTTARGET) $(SMOKETESTCLASSES)
 	$(TESTVM) \
 	  -XX:+UnlockExperimentalVMOptions \
-	  -XX:+EnableMethodHandles \
 	  -XX:+EnableInvokeDynamic \
 	  indify.Indify \
           --verify-specifier-count=3 --transitionalJSR292=false \