changeset 29:f5794124fd78

Verbosity selection
author Gary Benson <gbenson@redhat.com>
date Tue, 01 Mar 2011 14:33:05 +0000
parents cb20ea3d1b1a
children 43bc68e00352
files Makefile
diffstat 1 files changed, 1 insertions(+), 0 deletions(-) [+]
line wrap: on
line diff
--- a/Makefile	Fri Feb 11 11:17:25 2011 +0000
+++ b/Makefile	Tue Mar 01 14:33:05 2011 +0000
@@ -33,6 +33,7 @@
 	  -XX:+UnlockExperimentalVMOptions \
 	  -XX:+EnableMethodHandles \
 	  -XX:+EnableInvokeDynamic \
+	  -Dtest.java.dyn.MethodHandlesTest.verbosity=0 \
 	  -cp $(JUNITJAR):. org.junit.runner.JUnitCore \
 	  test.java.dyn.MethodHandlesTest