-
Notifications
You must be signed in to change notification settings - Fork 729
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
javadoc contains unsupported extensions #898
Comments
The current openj9 build creates javadoc for the com.sun.management package in docs/jre/api/management/extension. @pshipton - are you expecting the javadoc for com.ibm.lang.management to replace the com.sun.management javadoc in docs/jre/api/management/extension or that it be added as a package under docs/platform/management as specified in ibmruntimes/openj9-openjdk-jdk8#20? |
@lumpfish the non-applicable to OpenJ9 com.sun.management javadoc must be removed. The Openj9 com.ibm.lang.management interfaces should be added as this package. Some of the OpenJ9 implementation (specifically GarbageCollectorMXBean, OperatingSystemMXBean, UnixOperatingSystemMXBean) implement the com.sun.management interfaces, and this needs to be reflected in the javadoc. |
I expect these OpenJDK interface classes can just remain as part of the javadoc generation. |
I believe this is now fixed for all versions. ibmruntimes/openj9-openjdk-jdk8#342 |
The javadoc created as part of the OpenJ9 build, found in
build/<platform>/docs
, contains extensions which are not supported on OpenJ9.See also ibmruntimes/openj9-openjdk-jdk8#21
The text was updated successfully, but these errors were encountered: