langtools/test/Makefile
changeset 41853 1b8722f62d87
parent 41632 c599331f6040
child 42276 2765a352dc07
--- a/langtools/test/Makefile	Mon Oct 24 19:59:35 2016 -0700
+++ b/langtools/test/Makefile	Tue Oct 25 08:39:12 2016 -0700
@@ -253,7 +253,7 @@
 
 # Is the test JVM 32-bit?
 DATA_MODEL := \
-	$(shell $(JT_JAVA)/bin/java -XshowSettings:properties -version 2>&1 | \
+	$(shell $(TESTJAVA)/bin/java -XshowSettings:properties -version 2>&1 | \
 		grep 'sun\.arch\.data\.model' | \
 		awk '{print $$3}')
 ifeq ($(DATA_MODEL), 32)