RFR: 6815126 intermittent SimulResumerTest.java failure

shanliang shanliang.jiang at oracle.com
Thu Mar 27 14:49:58 UTC 2014


Hi,

The call
    thr.frames(0, frames.size() - 1);
suffers a synchronization issue, the size may be changed after 
frames.size() returns.

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