hg: jdk7u/jdk7u-dev/jdk: 2 new changesets
daniel.fuchs at oracle.com
daniel.fuchs at oracle.com
Wed Jan 22 05:25:42 PST 2014
Changeset: 6a3fd236165c
Author: dfuchs
Date: 2014-01-22 14:11 +0100
URL: http://hg.openjdk.java.net/jdk7u/jdk7u-dev/jdk/rev/6a3fd236165c
8029281: Synchronization issues in Logger and LogManager
Summary: Fixes several race conditions in logging which have been at the root cause of intermittent test failures.
Reviewed-by: mchung, plevart
! src/share/classes/java/util/logging/LogManager.java
! src/share/classes/java/util/logging/Logger.java
+ test/java/util/logging/TestLogConfigurationDeadLock.java
+ test/java/util/logging/TestLoggerBundleSync.java
Changeset: 7d4a292dda4f
Author: dfuchs
Date: 2014-01-21 14:28 +0100
URL: http://hg.openjdk.java.net/jdk7u/jdk7u-dev/jdk/rev/7d4a292dda4f
8031980: Add new j.u.l deadlock test for JDK-8027670 and JDK-8029281
Summary: adds a new test for the deadlock found in JDK-8027670 and fixed in JDK-8029281.
Reviewed-by: mchung
! test/java/util/logging/TestLogConfigurationDeadLock.java
+ test/java/util/logging/TestLogConfigurationDeadLockWithConf.java
+ test/java/util/logging/deadlockconf.properties
More information about the jdk7u-dev
mailing list