JDK-8219632 : Remove reference to com.sun.javadoc API in RemoveOldDoclet test
  • Type: Bug
  • Component: tools
  • Sub-Component: javadoc(tool)
  • Affected Version: 13
  • Priority: P3
  • Status: Resolved
  • Resolution: Fixed
  • Submitted: 2019-02-25
  • Updated: 2019-03-14
  • Resolved: 2019-03-11
The Version table provides details related to the release that this issue/RFE will be addressed.

Unresolved : Release in which this issue/RFE will be addressed.
Resolved: Release in which this issue/RFE has been resolved.
Fixed : Release in which this issue/RFE has been fixed. The release containing this fix may be available for download as an Early Access Release or a General Availability Release.

To download the current JDK release, click here.
JDK 13
13 b12Fixed
Related Reports
Relates :  
Relates :  
Description
jdk/javadoc/tool/removeOldDoclet/RemoveOldDoclet.java tries to use OldDoclet.jasm which has reference to removed API com.sun.javadoc.

Fix for JDK-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