JDK-7157855 : jvisualvm.1 not included in binaries
  • Type: Bug
  • Component: globalization
  • Sub-Component: translation
  • Affected Version: 7u4
  • Priority: P3
  • Status: Closed
  • Resolution: Fixed
  • OS: generic
  • CPU: generic
  • Submitted: 2012-03-29
  • Updated: 2013-09-12
  • Resolved: 2012-05-17
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
7u6Fixed 8 b39Fixed
Related Reports
Relates :  
Relates :  
Relates :  
Description
There are 2 issues about man pages. They are reproducible in both jdk8 and jdk7u4.

1. jcmd.1 has been recently added and the source file can be found in jdk repo (English file is in master repo, Japanese file has not been integrated yet, still in team repo), but they are not included in the binaries.

Source: 
jdk/src/solaris/doc/sun/man/man1/jcmd.1 available in master repo
jdk/src/solaris/doc/sun/man/man1/ja/jcmd.1 available in team repo
jdk/src/linux/doc/man/jcmd.1 available in master repo
jdk/src/linux/doc/man/ja/jcmd.1 available in team repo

Binary:
JAVA_HOME/man/man1/jcmd.1 missing
JAVA_HOME/man/ja/man1/jcmd.1 missing


2. jvisualvm.1 is available in the binaries for English, but Japanese file is not included in the binaries, though the source file is available in the master repo.

Source: 
jdk/src/solaris/doc/sun/man/man1/jvisualvm.1 available in master repo
jdk/src/solaris/doc/sun/man/man1/ja/jvisualvm.1 available in master repo
jdk/src/linux/doc/man/jvisualvm.1 available in master repo
jdk/src/linux/doc/man/ja/jvisualvm.1 available in master repo

Binary:
JAVA_HOME/man/man1/jvisualvm.1 available
JAVA_HOME/man/ja/man1/jvisualvm.1 missing

Comments
Checked in b96.
01-07-2013

EVALUATION Confirmed that Japanese jvisualvm.1 pages can be added by updating jdk/make/common/Release.gmk % hg diff make/common/Release.gmk diff -r df5bcdff3def make/common/Release.gmk --- a/make/common/Release.gmk Mon Apr 02 16:08:09 2012 -0700 +++ b/make/common/Release.gmk Wed Apr 04 15:45:24 2012 -0700 @@ -158,6 +158,7 @@ JDK_MAN_PAGES = \ jstack.1 \ jstat.1 \ jstatd.1 \ + jvisualvm.1 \ native2ascii.1 \ rmic.1 \ schemagen.1 \
04-04-2012