# HG changeset patch # User Gary Benson # Date 1301662133 -3600 # Node ID 4ffc8262e3d568265cad7cdc8b00e46e98a8090a # Parent 6e588ffbee4da1a5a9e763821d0830a9850512f0 Ah, this isn't necessary diff -r 6e588ffbee4d -r 4ffc8262e3d5 Makefile --- a/Makefile Fri Apr 01 13:10:55 2011 +0100 +++ b/Makefile Fri Apr 01 13:48:53 2011 +0100 @@ -36,8 +36,6 @@ unittest: $(TESTTARGET) $(UNITTESTCLASSES) $(TESTVM) \ - -XX:+UnlockExperimentalVMOptions \ - -XX:+EnableInvokeDynamic \ -Dtest.java.dyn.MethodHandlesTest.verbosity=0 \ -cp $(JUNITJAR):. org.junit.runner.JUnitCore \ $(subst .class,,$(subst /,.,$(UNITTESTCLASSES))) @@ -48,8 +46,6 @@ smoketest: $(TESTTARGET) $(SMOKETESTCLASSES) $(TESTVM) \ - -XX:+UnlockExperimentalVMOptions \ - -XX:+EnableInvokeDynamic \ indify.Indify \ --verify-specifier-count=3 --transitionalJSR292=false \ --expand-properties \