RFR(XS): 8210651: compiler/ciReplay/TestServerVM.java is failing on windows
Lindenmaier, Goetz
goetz.lindenmaier at sap.com
Wed Mar 6 15:16:24 UTC 2019
Hi,
The test is failing in our environment as we pass -Dhttp.nonProxyHosts with a list
of | separated hosts to the tests. This is needed to make other tests pass.
The arguments are passed to a shell, where the '|' is interpreted as a pipe.
Escaping the | as for other symbols helps.
http://cr.openjdk.java.net/~goetz/wr19/8219651-ciReplay_win/
Best regards,
Goetz.
-------------- next part --------------
An HTML attachment was scrubbed...
URL: <https://mail.openjdk.java.net/pipermail/hotspot-compiler-dev/attachments/20190306/40b966f0/attachment.html>
More information about the hotspot-compiler-dev
mailing list