RFR: 8156470 - [JITtester] EOL on Windows
Vladimir Kozlov
vladimir.kozlov at oracle.com
Fri May 20 16:49:52 UTC 2016
Looks good.
Thanks,
Vladimir
On 5/20/16 9:43 AM, Dmitrij Pochepko wrote:
> Hi,
>
> please review patch for JDK-8156470 - [JITtester] EOL on Windows
>
> The problem is that generated tests are failing on windows because of
> different EOL on windows/linux(\r\n and \n respectively). So, tests
> generation code was modified to have no println usage for stdout(thus,
> no OS-specific EOL is used).
> Also, stdout and stderr comparison code was modified accordingly.
>
> webrev: http://cr.openjdk.java.net/~dpochepk/8156470/webrev.01/
> CR: https://bugs.openjdk.java.net/browse/JDK-8156470
>
> I've verified this patch on linux and windows platforms
>
> Thanks,
> Dmitrij
More information about the hotspot-compiler-dev
mailing list