RFR (XXS) 8010084: Race in runtime/NMT/BaselineWithParameter.java

Mikael Gerdin mikael.gerdin at oracle.com
Thu Mar 14 07:57:04 PDT 2013


Christian,

On 2013-03-14 15:26, Christian Törnqvist 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/

Looks good.

/Mikael

>
> Thanks,
>
> Christian
>


More information about the hotspot-runtime-dev mailing list