From ade3cd1920c574faa9e927dddee7e20000b926d4 Mon Sep 17 00:00:00 2001 From: Staffan Larsen Date: Wed, 24 Sep 2014 09:49:47 +0200 Subject: [PATCH] 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 | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/hotspot/test/Makefile b/hotspot/test/Makefile index ab78e772df2..479851a3e5a 100644 --- a/hotspot/test/Makefile +++ b/hotspot/test/Makefile @@ -259,8 +259,8 @@ ifdef CONCURRENCY 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