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

Ekaterina Pavlova ekaterina.pavlova at oracle.com
Wed Feb 13 21:18:01 UTC 2019


On 2/13/19 1:06 PM, Vladimir Kozlov wrote:
> Looks good.
thanks Vladimir.

> I thought we fixed that already before.that was another one, I think you meant 8211740 "[AOT] -XX:AOTLibrary doesn't accept windows path"

  
> 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