JDK-8193696 : Release Note: System Property Controls the java.util.logging.FileHandler's MAX_LOCKS Limit
  • Type: Sub-task
  • Component: core-libs
  • Sub-Component: java.util.logging
  • Affected Version: 6u191,7u181,8u171,9
  • Priority: P4
  • Status: Closed
  • Resolution: Delivered
  • OS: generic
  • CPU: generic
  • Submitted: 2017-12-18
  • Updated: 2018-03-22
  • Resolved: 2018-01-12
The Version table provides details related to the release that this issue/RFE will be addressed.

Unresolved : Release in which this issue/RFE will be addressed.
Resolved: Release in which this issue/RFE has been resolved.
Fixed : Release in which this issue/RFE has been fixed. The release containing this fix may be available for download as an Early Access Release or a General Availability Release.

To download the current JDK release, click here.
JDK 6 JDK 7 JDK 8 JDK 9
6u191Resolved 7u181Resolved 8u171Resolved 9Resolved
Description
A new JDK implementation specific system property `jdk.internal.FileHandlerLogging.maxLocks` has been introduced to control the `java.util.logging.FileHandler` MAX_LOCKS limit. The default value of the current MAX_LOCKS (100) is retained if this new system property is not set or an invalid value is provided to the property. Valid values for this property are integers ranging from 1 to Integer.MAX_VALUE-1.
Comments
Edits per https://wiki.se.oracle.com/display/JPG/JPG+Release+Note+Style+Guide
22-03-2018