aboutsummaryrefslogtreecommitdiff
path: root/common
diff options
context:
space:
mode:
authorerikj <none@none>2015-03-19 12:46:21 +0100
committererikj <none@none>2015-03-19 12:46:21 +0100
commite075daa557626aa719483278f5ef3aef13021577 (patch)
treecb895d375ea683b84986d7bea9c6e69ac34b9aa6 /common
parent3a2af571682d971a457ba4cafa1243fa4d446df3 (diff)
downloadjdk8u-e075daa557626aa719483278f5ef3aef13021577.tar.gz
8075495: Update jtreg bin location in configure
Reviewed-by: alanb
Diffstat (limited to 'common')
-rw-r--r--common/autoconf/generated-configure.sh4
-rw-r--r--common/autoconf/toolchain.m42
2 files changed, 3 insertions, 3 deletions
diff --git a/common/autoconf/generated-configure.sh b/common/autoconf/generated-configure.sh
index 1bafe5c..5f55460 100644
--- a/common/autoconf/generated-configure.sh
+++ b/common/autoconf/generated-configure.sh
@@ -3878,7 +3878,7 @@ fi
#CUSTOM_AUTOCONF_INCLUDE
# Do not change or remove the following line, it is needed for consistency checks:
-DATE_WHEN_GENERATED=1426098039
+DATE_WHEN_GENERATED=1426765548
###############################################################################
#
@@ -16779,7 +16779,7 @@ $as_echo "$as_me: The path of JT_HOME, which resolves as \"$path\", is invalid."
# jtreg win32 script works for everybody
- JTREGEXE="$JT_HOME/win32/bin/jtreg"
+ JTREGEXE="$JT_HOME/bin/jtreg"
if test ! -f "$JTREGEXE"; then
as_fn_error $? "JTReg executable does not exist: $JTREGEXE" "$LINENO" 5
diff --git a/common/autoconf/toolchain.m4 b/common/autoconf/toolchain.m4
index 87c440d..17d5eb9 100644
--- a/common/autoconf/toolchain.m4
+++ b/common/autoconf/toolchain.m4
@@ -1294,7 +1294,7 @@ AC_DEFUN_ONCE([TOOLCHAIN_SETUP_JTREG],
BASIC_FIXUP_PATH([JT_HOME])
# jtreg win32 script works for everybody
- JTREGEXE="$JT_HOME/win32/bin/jtreg"
+ JTREGEXE="$JT_HOME/bin/jtreg"
if test ! -f "$JTREGEXE"; then
AC_MSG_ERROR([JTReg executable does not exist: $JTREGEXE])