JDK-8042654 : [javadoc] revert the default methods list.sort to Collections.sort
  • Type: Bug
  • Component: tools
  • Sub-Component: javadoc(tool)
  • Affected Version: 9
  • Priority: P3
  • Status: Closed
  • Resolution: Fixed
  • OS: generic
  • CPU: generic
  • Submitted: 2014-05-07
  • Updated: 2014-05-20
  • Resolved: 2014-05-07
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 9
9 b13Fixed
Related Reports
Relates :  
Description
The fix for JDK-8039410 uses the default methods list.sort, this adds a requirement for jdk8 to be
used as a bootstrap for langtools, however because of NetBeans we need to use jdk7 and therefore
this dependency needs to be removed.