-
Bug
-
Resolution: Duplicate
-
P2
-
8
-
None
-
generic
-
generic
Right now, the html files generated in docs.zip for the jdk8 promoted build is using jdk7 javadoc to generate the files.
The html files need to be generated using the JDK8 javadoc.
For example: Look at the source code for: /net/jre.sfbay.sun.com/onestop/jdk/8/latest/docs/api/java/lang/System.html
It has following on the top:
<!-- Generated by javadoc (version 1.7.0) on Mon Jul 25 04:11:13 PDT 2011 -->
Causing some langtools test to fail:
javadoc/html4/cssTest
The html files need to be generated using the JDK8 javadoc.
For example: Look at the source code for: /net/jre.sfbay.sun.com/onestop/jdk/8/latest/docs/api/java/lang/System.html
It has following on the top:
<!-- Generated by javadoc (version 1.7.0) on Mon Jul 25 04:11:13 PDT 2011 -->
Causing some langtools test to fail:
javadoc/html4/cssTest
- duplicates
-
JDK-6726154 javadoc generated with incorrect version in comment
-
- Closed
-