EventQueue.java (pop): Prevent racing condition to add events to the queue out of...
authorFernando Nasser <fnasser@redhat.com>
Mon, 19 Jan 2004 17:38:36 +0000 (17:38 +0000)
committerFernando Nasser <fnasser@gcc.gnu.org>
Mon, 19 Jan 2004 17:38:36 +0000 (17:38 +0000)
commit605d10f7f2c06334b8259cb59e920b1459454161
treebdcd342767edb16816790bda374b2cd9aab08828
parent8f9f8d71c7d262a532f15248f0fef672ea465161
EventQueue.java (pop): Prevent racing condition to add events to the queue out of order by acquiring...

        * java/awt/EventQueue.java (pop): Prevent racing condition to add
        events to the queue out of order by acquiring locks in the proper
        order and not by releasing one before acquiring the other.

From-SVN: r76161
libjava/ChangeLog
libjava/java/awt/EventQueue.java