summaryrefslogtreecommitdiffstats
path: root/libjava/ChangeLog
diff options
context:
space:
mode:
authortromey <tromey@138bc75d-0d04-0410-961f-82ee72b054a4>2002-11-11 06:33:08 +0000
committertromey <tromey@138bc75d-0d04-0410-961f-82ee72b054a4>2002-11-11 06:33:08 +0000
commit47b8a95e33f15f8f7f754a990349584fe4134b05 (patch)
treec57e7b8a833267b15d4123fd431ad031f6db5d9a /libjava/ChangeLog
parent8e0455d6f7cd4a931cd1954fd041ce6ce0e7cbd3 (diff)
downloadppe42-gcc-47b8a95e33f15f8f7f754a990349584fe4134b05.tar.gz
ppe42-gcc-47b8a95e33f15f8f7f754a990349584fe4134b05.zip
* java/awt/Container.java (validate): Use tree lock.
(getComponent): Likewise. (getComponents): Likewise. (addImpl): Likewise. (remove): Likewise. (removeAll): Likewise. (processEvent): Fixed indentation. (getComponentAt): Use tree lock. (findComponentAt): Likewise. (removeNotify): Likewise. (isAncestorOf): Likewise. (list): Likewise. (visitChildren): Likewise. (findNextFocusComponent): Likewise. (addNotifyContainerChildren): Likewise. (getAccessibleChildrenCount): Likewise. (getAccessibleChild): Likewise. git-svn-id: svn+ssh://gcc.gnu.org/svn/gcc/trunk@59009 138bc75d-0d04-0410-961f-82ee72b054a4
Diffstat (limited to 'libjava/ChangeLog')
-rw-r--r--libjava/ChangeLog18
1 files changed, 18 insertions, 0 deletions
diff --git a/libjava/ChangeLog b/libjava/ChangeLog
index 1cb7ddeba89..8d6ae30453e 100644
--- a/libjava/ChangeLog
+++ b/libjava/ChangeLog
@@ -1,5 +1,23 @@
2002-11-10 Tom Tromey <tromey@redhat.com>
+ * java/awt/Container.java (validate): Use tree lock.
+ (getComponent): Likewise.
+ (getComponents): Likewise.
+ (addImpl): Likewise.
+ (remove): Likewise.
+ (removeAll): Likewise.
+ (processEvent): Fixed indentation.
+ (getComponentAt): Use tree lock.
+ (findComponentAt): Likewise.
+ (removeNotify): Likewise.
+ (isAncestorOf): Likewise.
+ (list): Likewise.
+ (visitChildren): Likewise.
+ (findNextFocusComponent): Likewise.
+ (addNotifyContainerChildren): Likewise.
+ (getAccessibleChildrenCount): Likewise.
+ (getAccessibleChild): Likewise.
+
* java/awt/GridLayout.java (layoutContainer): Use tree lock.
(getSize): Likewise.
* java/awt/FlowLayout.java (layoutContainer): Use tree lock.
OpenPOWER on IntegriCloud