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

2015-02-04 Thread Alan Bateman
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_J

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

2015-02-04 Thread Staffan Larsen
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) e