8058936: hotspot/test/Makefile should use jtreg script from $JT_HOME/bin/jreg (instead of $JT_HOME/win32/bin/jtreg)
authorsla
Wed, 24 Sep 2014 09:49:47 +0200
changeset 26922 8134a6d3fc02
parent 26921 de18c35bc62d
child 26923 60c1555c25c5
child 26925 c77fdcf78eeb
child 26928 744b310d4fdd
8058936: hotspot/test/Makefile should use jtreg script from $JT_HOME/bin/jreg (instead of $JT_HOME/win32/bin/jtreg) Reviewed-by: dholmes, stefank
hotspot/test/Makefile
--- a/hotspot/test/Makefile	Tue Sep 23 21:33:58 2014 -0400
+++ b/hotspot/test/Makefile	Wed Sep 24 09:49:47 2014 +0200
@@ -259,8 +259,8 @@
   EXTRA_JTREG_OPTIONS += -concurrency:$(CONCURRENCY)
 endif
 
-# Default JTREG to run (win32 script works for everybody)
-JTREG = $(JT_HOME)/win32/bin/jtreg
+# Default JTREG to run
+JTREG = $(JT_HOME)/bin/jtreg
 
 # Only run automatic tests
 JTREG_BASIC_OPTIONS += -a