RFR (XXS) 8010084: Race in runtime/NMT/BaselineWithParameter.java
Staffan Larsen
staffan.larsen at oracle.com
Mon Mar 18 06:42:32 PDT 2013
Looks good.
/Staffan
On 14 mar 2013, at 15:26, Christian Törnqvist <christian.tornqvist at oracle.com> wrote:
> 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/20130318/f1a66b5b/attachment-0001.html
More information about the hotspot-runtime-dev
mailing list