RFR: JDK-8072458 jdk/test/Makefile references (to be removed) win32 directory in jtreg

Alan Bateman Alan.Bateman at oracle.com
Wed Feb 4 09:05:12 UTC 2015


On 04/02/2015 08:51, Staffan Larsen wrote:
> The platform specific directories in jtreg are going away in favor of a platform-agnostic directory.
>
> Small fix below.
>
> Thanks,
> /Staffan
>
>
> diff --git a/test/Makefile b/test/Makefile
> --- a/test/Makefile
> +++ b/test/Makefile
> @@ -267,8 +267,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
>   # run in agentvm mode
>   JTREG_BASIC_OPTIONS += -agentvm
>   # Only run automatic tests
This looks okay to me.

-Alan.



More information about the core-libs-dev mailing list