RFR 8164550: tools/javac/modules/InheritRuntimeEnvironmentTest.java fails on Windows after JDK-8153391
Jan Lahoda
jan.lahoda at oracle.com
Mon Aug 22 13:19:21 UTC 2016
Pushed. Thanks for quick review!
Jan
On 22.8.2016 15:14, Maurizio Cimadamore wrote:
> Looks good.
>
> Maurizio
>
>
> On 22/08/16 13:42, Jan Lahoda wrote:
>> Hi,
>>
>> The fix for JDK-8153391 broke the
>> tools/javac/modules/InheritRuntimeEnvironmentTest.java on Windows. I
>> think that is because the test was changed to use:
>> -classpath ""
>> and that this is not working well on Windows. I propose to use
>> classpath consisting on a single empty directory, see the webrev.
>>
>> Bug:
>> https://bugs.openjdk.java.net/browse/JDK-8164550
>> Webrev:
>> http://cr.openjdk.java.net/~jlahoda/8164550/webrev.00/
>>
>> Does this look sensible?
>>
>> Thanks,
>> Jan
>
More information about the compiler-dev
mailing list