RFR: 6815126 intermittent SimulResumerTest.java failure

Jaroslav Bachorik jaroslav.bachorik at oracle.com
Thu Mar 27 15:49:27 UTC 2014


On 27.3.2014 15:49, shanliang wrote:
> Hi,
>
> The call
>     thr.frames(0, frames.size() - 1);
> suffers a synchronization issue, the size may be changed after
> frames.size() returns.

Any idea why there is a synchronization issue? The code seems to be 
intended to run only when a breakpoint is hit and the target thread is 
suspended.

-JB-

>
> webrev:
> http://cr.openjdk.java.net/~sjiang/JDK-6815126/00/
>
> bug:
> https://bugs.openjdk.java.net/browse/JDK-6815126
>
> Shanliang



More information about the serviceability-dev mailing list