[7u4] Request for review: 7149913 [macosx] Deadlock in LWTextComponentPeer
Sergey Bylokhov
sergey.bylokhov at oracle.com
Sun Mar 11 06:30:43 PDT 2012
Hi Everyone,
Deadlock happens when 2 threads lock delegateLock and DefaultCaret
object in different order. Removed code initially was added to stop
recursion between paintPeer and addDirtyRegion(
repaintPeer()->paintPeer()->print()->addDirtyRegion()->repaintPeer()->
etc), but it is impossible now because repaintPeer() asynchronous.
Bug: http://bugs.sun.com/bugdatabase/view_bug.do?bug_id=7149913
Webrev can be found at: http://cr.openjdk.java.net/~serb/7149913/webrev.00/
--
Best regards, Sergey.
More information about the macosx-port-dev
mailing list