RFR (XXS) 8010084: Race in runtime/NMT/BaselineWithParameter.java
Christian Törnqvist
christian.tornqvist at oracle.com
Thu Mar 14 07:26:02 PDT 2013
Hi everyone,
Very small fix for a race in the BaselineWithParameter.java test, the second jcmd process is launched but there is no guarantee that the first one has finished running. Simple fix by adding a Process.waitFor() on the first jcmd process.
Bug (not visible at the time of posting):
http://bugs.sun.com/view_bug.do?bug_id=8010084
Webrev:
http://cr.openjdk.java.net/~ctornqvi/webrev/8010084/webrev.00/
Thanks,
Christian
-------------- next part --------------
An HTML attachment was scrubbed...
URL: http://mail.openjdk.java.net/pipermail/hotspot-runtime-dev/attachments/20130314/8ea8cc21/attachment.html
More information about the hotspot-runtime-dev
mailing list