RFR: JDK-8030946, JDK-8031300: No jdeps.1 and jjs.1 man pages in jdk8 b122 build and jvisualvm.1 and jcmd.1 missing on macosx
Erik Joelsson
erik.joelsson at oracle.com
Thu Jan 9 11:20:42 UTC 2014
Hello,
Please review the open part of this change for jdk8.
New man pages have been added in jdk8, but the makefiles were never
updated to include these man pages in the build. There are two separate
bugs covering this:
https://bugs.openjdk.java.net/browse/JDK-8031300
https://bugs.openjdk.java.net/browse/JDK-8030946
This change adds the new man pages to Images.gmk. It also adds new
(empty) Japanese translations for the new pages for Macosx. We
apparently do not have real translations for Macosx, but all the old man
pages have empty dummys, and the build would fail without them. I also
identified three such old dummy pages that aren't needed (and only
existed for ja on macosx), klist, ktab and kinit, and removed them.
http://cr.openjdk.java.net/~erikj/8031300/webrev.jdk.01/
/Erik
More information about the build-dev
mailing list