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