On 05.03.2015 1:30, Vadim Pakhnushev wrote:
I didn't realize that this.peer can be changed from another thread after null check, my bad.On 04/03/15 15:37, Sergey Bylokhov wrote:http://cr.openjdk.java.net/~serb/8074028/webrev.05/src/java.desktop/share/classes/java/awt/MenuComponent.java.sdiff.htmlWhat's the point of ComponentPeer peer = this.peer; ? Why not just use peer as in other places in this file?
Thanks, Vadim