RFR: 7154113: jcmd, jps and jstat tests failing when there are unknown Java processes on the system
Staffan Larsen
staffan.larsen at oracle.com
Fri Mar 16 01:10:57 PDT 2012
Please review the following test fixes.
Webrev: http://cr.openjdk.java.net/~sla/7154114/webrev.01/
The bugs are not available on the public server yet, but below is the text of the bugs. I intend to submit both fixes as one push.
Fixes have been verified in JPRT.
Thanks,
/Staffan
---------
7154113: jcmd, jps and jstat tests failing when there are unknown Java processes on the system
Some tests in sun/tools/{jcmd,jps,jstat,jstatd} fails when there are Java processes in the system for which we cannot determine the main class.
These processes show up in jps and jcmd as just the pid, no name. This can happen if processes uses custom launchers or if they are launched with other JVMs.
The tests should handle this gracefully.
---------
---------
7154114: jstat tests failing on non-english locales
Some tests in sun/tools/{jstat,jstatd} fails when running on a non-english locale. Output from jstat has , instead of . as decimal delimiter on a swedish locale.
--------
-------------- next part --------------
An HTML attachment was scrubbed...
URL: http://mail.openjdk.java.net/pipermail/serviceability-dev/attachments/20120316/97bc4f2b/attachment.html
More information about the serviceability-dev
mailing list