JDK-7156831 : The jcmd man page is not included in generated bundles
  • Type: Bug
  • Component: core-svc
  • Sub-Component: java.lang.management
  • Affected Version: 7u4
  • Priority: P3
  • Status: Closed
  • Resolution: Fixed
  • OS: generic
  • CPU: generic
  • Submitted: 2012-03-26
  • Updated: 2013-07-09
  • Resolved: 2012-04-16
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 7 JDK 8
7u4 b19Fixed 8Fixed
Related Reports
Relates :  
Relates :  
Description
The jcmd utility has a man page but it is not included when the man directories are generated in bundles.

Comments
EVALUATION Man pages to be included in bundles must be explicitly listed in jdk/make/common/Release.gmk. The jcmd man page has not be added which prevents it to be included in generated bundles. Adding jcmd to the list of man pages to be exported is sufficient to fix this issue.
26-03-2012