hg: jdk8u/jdk8u-dev/jdk: 2 new changesets
daniel.fuchs at oracle.com
daniel.fuchs at oracle.com
Thu Sep 4 16:24:32 UTC 2014
Changeset: bf808d18d7a0
Author: dfuchs
Date: 2014-07-07 15:31 +0200
URL: http://hg.openjdk.java.net/jdk8u/jdk8u-dev/jdk/rev/bf808d18d7a0
8048020: Regression on java.util.logging.FileHandler
Summary: In some circumstances j.u.l.FileHandler can leave zombie lock files on the file system. The fix lets FileHandler reuse such zombie lock files when it sees them - as it used to do in version 1.7 of the JDK.
Reviewed-by: alanb
! src/share/classes/java/util/logging/FileHandler.java
+ test/java/util/logging/CheckZombieLockTest.java
Changeset: 0e677bd670b0
Author: dfuchs
Date: 2014-08-19 17:11 +0200
URL: http://hg.openjdk.java.net/jdk8u/jdk8u-dev/jdk/rev/0e677bd670b0
8052403: java/util/logging/CheckZombieLockTest.java fails with NoSuchFileException
Summary: CheckZombieLockTest and CheckLockLocationTest should work with different temporary log directories so that they can be run concurrently. This fix changes the name of the log directory used by CheckZombieLockTest.
Reviewed-by: mchung
! test/java/util/logging/CheckZombieLockTest.java
More information about the jdk8u-dev-changes
mailing list