changeset 27:e7dd08b5303d

And with Zero
author Gary Benson <gbenson@redhat.com>
date Fri, 11 Feb 2011 09:49:05 +0000
parents e212cad74484
children cb20ea3d1b1a
files Makefile
diffstat 1 files changed, 2 insertions(+), 2 deletions(-) [+]
line wrap: on
line diff
--- a/Makefile	Thu Feb 10 13:50:07 2011 +0000
+++ b/Makefile	Fri Feb 11 09:49:05 2011 +0000
@@ -28,8 +28,8 @@
 test/java/dyn/MethodHandlesTest.class: test/java/dyn/MethodHandlesTest.java
 	$(JAVADIR)/bin/javac -cp $(JUNITJAR) $<
 
-test: debug test/java/dyn/MethodHandlesTest.class
-	hotspot/build/linux/jdk-linux-amd64/debug/bin/java \
+test: debugzero test/java/dyn/MethodHandlesTest.class
+	hotspot/build/linux/jdk-linux-zero/debug/bin/java \
 	  -XX:+UnlockExperimentalVMOptions \
 	  -XX:+EnableMethodHandles \
 	  -XX:+EnableInvokeDynamic \