gcc/libjava ChangeLog java/awt/EventQueue.java

fnasser@gcc.gnu.org fnasser@gcc.gnu.org
Mon Jan 19 17:38:00 GMT 2004


CVSROOT:	/cvs/gcc
Module name:	gcc
Changes by:	fnasser@gcc.gnu.org	2004-01-19 17:38:36

Modified files:
	libjava        : ChangeLog 
	libjava/java/awt: EventQueue.java 

Log message:
	* 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.

Patches:
http://gcc.gnu.org/cgi-bin/cvsweb.cgi/gcc/libjava/ChangeLog.diff?cvsroot=gcc&r1=1.2573&r2=1.2574
http://gcc.gnu.org/cgi-bin/cvsweb.cgi/gcc/libjava/java/awt/EventQueue.java.diff?cvsroot=gcc&r1=1.15&r2=1.16



More information about the Gcc-cvs mailing list