changeset 48:4ffc8262e3d5 default tip

Ah, this isn't necessary
author Gary Benson <gbenson@redhat.com>
date Fri, 01 Apr 2011 13:48:53 +0100
parents 6e588ffbee4d
children
files Makefile
diffstat 1 files changed, 0 insertions(+), 4 deletions(-) [+]
line wrap: on
line diff
--- 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 \