Uploaded image for project: 'JDK'
  1. JDK
  2. JDK-8214563

Use {@systemProperty} in specification of system properties in java.nio packages

    XMLWordPrintable

Details

    • b23

    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.

      Attachments

        Issue Links

          Activity

            People

              dkejriwal Deepak Kejriwal (Inactive)
              jjg Jonathan Gibbons
              Votes:
              0 Vote for this issue
              Watchers:
              2 Start watching this issue

              Dates

                Created:
                Updated:
                Resolved: