RFR: 8153955: java.util.logging.FileHandler can not create file synchronously over 101 access
Ramanand Patil
ramanand.patil at oracle.com
Wed Jun 8 11:06:21 UTC 2016
Hi all,
Please review the following bug fix:
Bug: https://bugs.openjdk.java.net/browse/JDK-8153955
Webrev: http://cr.openjdk.java.net/~rpatil/8153955/webrev.00/
Fix: A new configurable java property- "java.util.logging.FileHandler.maxLocks" is added to the FileHandler which can be set in the custom logger config file. The default value of the this property will be mentioned in the default config file.(logging.properties).
Regards,
Ramanand.
More information about the core-libs-dev
mailing list