Tue, 18 Mar 2008 14:10:28 +0300 6607660: java.awt.Container.getMouseEventTargetImpl should be invoked while holding the TreeLock
anthony [Tue, 18 Mar 2008 14:10:28 +0300] rev 125
6607660: java.awt.Container.getMouseEventTargetImpl should be invoked while holding the TreeLock Summary: The body of the method has been wrapped into the synchronized (getTreeLock()) { } block. Reviewed-by: son, art
Tue, 18 Mar 2008 13:53:08 +0300 6613927: Compilation of splashscreen png library failed on Ubuntu 7.04 (64bit)
anthony [Tue, 18 Mar 2008 13:53:08 +0300] rev 124
6613927: Compilation of splashscreen png library failed on Ubuntu 7.04 (64bit) Summary: The macro PNG_NO_MMX_CODE should be defined when compiling on 64bit Linux Reviewed-by: yan, avu
Tue, 18 Mar 2008 12:04:20 +0300 6608764: PropertyChangeListeners machinery should have a better locking scheme
anthony [Tue, 18 Mar 2008 12:04:20 +0300] rev 123
6608764: PropertyChangeListeners machinery should have a better locking scheme Summary: Change to use a private final object java.awt.Component.changeSupportLock for locking purposes instead of using this Reviewed-by: son, ant
(0) -100 -30 -10 -3 +3 +10 +30 +100 +300 +1000 +3000 +10000 +30000 tip