-
Bug
-
Resolution: Fixed
-
P3
-
13
-
b12
jdk/javadoc/tool/removeOldDoclet/RemoveOldDoclet.java tries to use OldDoclet.jasm which has reference to removed API com.sun.javadoc.
Fix forJDK-8219575(jdk/javadoc/tool/removeOldDoclet/RemoveOldDoclet test fails in mach5), tries to solve the testcase failure with handling of NoClassDefFoundError
This issue is created to remove the reference to the old API in the testcase and also the corresponding handling of the NoClassDefFoundError in jdk/javadoc/internal/tool/Start.java
Fix for
This issue is created to remove the reference to the old API in the testcase and also the corresponding handling of the NoClassDefFoundError in jdk/javadoc/internal/tool/Start.java
- relates to
-
JDK-8219575 jdk/javadoc/tool/removeOldDoclet/RemoveOldDoclet test fails in mach5
- Resolved
-
JDK-8220382 Cleanup doclet instantiation
- Resolved