JDK-8175845 : Provide javadoc descriptions for jdk.hotspot.agent module
  • Type: Bug
  • Component: core-svc
  • Sub-Component: java.lang.management
  • Affected Version: 9
  • Priority: P4
  • Status: Resolved
  • Resolution: Fixed
  • Submitted: 2017-02-24
  • Updated: 2017-05-31
  • Resolved: 2017-05-19
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 10 JDK 9
10Fixed 9 b171Fixed
Related Reports
Relates :  
Relates :  
Description
See http://cr.openjdk.java.net/~jjg/java-javafx-jdk-docs/api/overview-summary.html - "description" column in the overview page is empty for jdk.hotspot.agent module :
jdk.hotspot.agent


Comments
latest clone of jdk9 dev contains description for all modules except jdk.hotspot.agent
16-05-2017

javadoc was added to these modules as part of JDK-8173303, the exception is jdk.hotspot.agent which doesn't have any javadoc yet.
11-04-2017

The javadoc descriptions should be added to the modules' module-info.java files. To help explain what type of content is needed, here is an example of the javadoc description for the java.logging module: /** * Defines the Java Logging API. * * @since 9 */
06-03-2017