hg: jdk9/dev/jdk: 8048020: Regression on java.util.logging.FileHandler
daniel.fuchs at oracle.com
daniel.fuchs at oracle.com
Mon Jul 7 13:32:29 UTC 2014
Changeset: d41dc1f9b2d8
Author: dfuchs
Date: 2014-07-07 15:31 +0200
URL: http://hg.openjdk.java.net/jdk9/dev/jdk/rev/d41dc1f9b2d8
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
More information about the jdk9-dev-changes
mailing list