CVSROOT: /sources/classpath Module name: classpath Branch: classpath-0_97-release-branch Changes by: Andrew John Hughes <gnu_andrew> 08/06/02 02:07:53
Modified files: . : ChangeLog java/util/logging: Logger.java Log message: Backport fix for PR35974. 2008-04-18 Mario Torre <[EMAIL PROTECTED]> PR classpath/35974 * java/util/logging/Logger.java: fix a deadlock and reformat code. Now all the methods of the class get a lock on a static lock, this avoids a lock when getLogger and log are used concurrently. CVSWeb URLs: http://cvs.savannah.gnu.org/viewcvs/classpath/ChangeLog?cvsroot=classpath&only_with_tag=classpath-0_97-release-branch&r1=1.9526.2.15&r2=1.9526.2.16 http://cvs.savannah.gnu.org/viewcvs/classpath/java/util/logging/Logger.java?cvsroot=classpath&only_with_tag=classpath-0_97-release-branch&r1=1.16&r2=1.16.4.1