-
Bug
-
Resolution: Fixed
-
P2
-
8
-
b108
-
Not verified
This bug is observed with a build of profiles-staging, the bits that will be going into jdk8-b78. This build has the updates to the profiles build to include JSR-310 (java.time.**) in all profiles.
The bug is that the java.time sub-packages aren't showing in the profile view of the javadoc, only the top-level java.time package is shown.
The issue may be that PROFILE_1_RTJAR_INCLUDE_PACKAGES doesn't explicitly list each of the sub-packages (it can't at this point because JSR-310 is not finalized and the package names are changing with each update). Note that java.time in the value means java.time and sub-packages, and indeed "javac -profile" does not have this problem -- ie: can compile against types in these sub-packages which suggests that the com.sun.tools API that javac and javadoc are using has the correct contents.
- duplicates
-
JDK-8006774 Comments on profiles support in javadoc
- Closed
-
JDK-8015373 Separate classes added to profiles are missing in javadoc profiles view
- Closed
-
JDK-8023622 Separate classes added to profiles are missing in javadoc profiles view
- Closed
- is blocked by
-
JDK-8023079 Missing sub-packages in Profiles
- Closed