JDK-8214565 : Use {@systemProperty} for definitions of system properties
  • Type: Enhancement
  • Component: core-libs
  • Sub-Component: java.io
  • 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
A couple of classes in the java.io package define a couple of system properties.

java.io.ObjectInputFilter.Config
	jdk.serialFilter

java.io.FilePermission
	jdk.io.permissionsUseCanonicalPath

The names of these are candidates to use the recently-new `{@systemProperty <name>}` tag, which will cause these names to appear in the main javadoc search index.