RFR: 8156470 - [JITtester] EOL on Windows

Dmitrij Pochepko dmitrij.pochepko at oracle.com
Fri May 20 16:43:48 UTC 2016


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
-------------- next part --------------
An HTML attachment was scrubbed...
URL: <http://mail.openjdk.java.net/pipermail/hotspot-compiler-dev/attachments/20160520/8e324500/attachment-0001.html>


More information about the hotspot-compiler-dev mailing list