JDK-8214563 : Use {@systemProperty} in specification of system properties in java.nio packages
  • Type: Enhancement
  • Component: core-libs
  • Sub-Component: java.nio
  • Affected Version: 12
  • Priority: P3
  • Status: Resolved
  • Resolution: Fixed
  • Submitted: 2018-11-30
  • Updated: 2019-05-30
  • Resolved: 2019-05-24
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 13
13 b23Fixed
Related Reports
Relates :  
Description
Various classes in the java.nio packages define system properties:

java.nio.file.spi.FileSystemProvider: 
    java.nio.file.spi.DefaultFileSystemProvider

java.nio.channels.spi.SelectorProvider:
    java.nio.channels.spi.SelectorProvider

java.nio.channels.spi.AsynchronousChannelProvider:
    java.nio.channels.spi.AsynchronousChannelProvider

java.nio.channels.AsynchronousChannelGroup:
    java.nio.channels.DefaultThreadPool.threadFactory,
   java.nio.channels.DefaultThreadPool.initialSize

The property names are candidates to be wrapped with the recently-new `{@systemProperty <name>}` tag, which will cause the property name to be placed in the main javadoc search index.
Comments
Please bring any proposed changes to the javadoc to nio-dev for review.
04-01-2019