RFR: JDK-8180342 fixup path for jtreg

Erik Joelsson erik.joelsson at oracle.com
Tue May 16 09:43:35 UTC 2017


Looks good.

/Erik


On 2017-05-15 12:32, Magnus Ihse Bursie wrote:
> JDK-8180281 caused a regression on certain windows configurations for 
> jtreg. We need to clean up the paths.
>
> I have verified that this resolves the issue on the reported 
> configuration.
>
> Bug: https://bugs.openjdk.java.net/browse/JDK-8180342
> Patch inline:
> diff --git a/common/autoconf/toolchain.m4 b/common/autoconf/toolchain.m4
> --- a/common/autoconf/toolchain.m4
> +++ b/common/autoconf/toolchain.m4
> @@ -1000,6 +1000,8 @@
>      fi
>    fi
>
> +  BASIC_FIXUP_EXECUTABLE(JTREGEXE)
> +  BASIC_FIXUP_PATH(JT_HOME)
>    AC_SUBST(JT_HOME)
>    AC_SUBST(JTREGEXE)
>  ])
>
> /Magnus




More information about the build-dev mailing list