RFR (XS) 8218859: jdk.tools.jaotc.collect.ClassSearch:makeList() uses ":" instead of File.pathSeparator

Vladimir Kozlov vladimir.kozlov at oracle.com
Wed Feb 13 21:06:05 UTC 2019


Looks good.
I thought we fixed that already before.

Thanks,
Vladimir

On 2/13/19 12:47 PM, Ekaterina Pavlova wrote:
> Hi,
> 
> jdk.tools.jaotc.collect.ClassSearch:makeList() uses ":" instead of 
> File.pathSeparator and as result
> returns improper list for Windows paths. Please review this simple fix.
> 
> Also created new 
> compiler/aot/cli/jaotc/CompileAbsoluteDirectoryTest.java regression test 
> to cover this.
> 
>      jbs: https://bugs.openjdk.java.net/browse/JDK-8218859
>   webrev: 
> http://cr.openjdk.java.net/~epavlova//8218859/webrev.00/index.html
> testing: tested by running compiler/aot tests on windows and linux 
> platforms.
> 
> thanks,
> -katya


More information about the hotspot-compiler-dev mailing list