<AWT Dev> [8] Request for review: 8002308 : [macosx] 7198229 should be applied to the user action only

Sergey Bylokhov Sergey.Bylokhov at oracle.com
Mon Nov 26 10:54:10 PST 2012


Subject was fixed.

Hi.
Please review the fix for 8002308 : [macosx] 7198229 should be applied 
to the user action only
setBounds/setSize can cause StackOverflow in case of the considerable 
loading. It occurs when the system doesn't change the size of a window 
quickly and a large number of loops collects, because our setBounds 
method is asynchronous. Note that when the user changes the size of a 
window, system doesn't send a new event while previous event isn't 
processed.

Bug: http://bugs.sun.com/bugdatabase/view_bug.do?bug_id=8002308
Webrev can be found at: http://cr.openjdk.java.net/~serb/8002308/webrev.00/

-- 
Best regards, Sergey.




More information about the awt-dev mailing list