JDK-7060642 : (javadoc) improve performance on accessing inlinedTags
  • Type: Bug
  • Component: tools
  • Sub-Component: javadoc(tool)
  • Affected Version: 8
  • Priority: P4
  • Status: Closed
  • Resolution: Fixed
  • OS: generic
  • CPU: generic
  • Submitted: 2011-06-28
  • Updated: 2012-03-19
  • Resolved: 2012-03-19
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 7 JDK 8
7u2Fixed 8 b01Fixed
Description
Improve javadoc performance by caching the get of inlinedTags,
parsing for the tags is expensive as a lot of strings need to
be parsed, this is being done in TagImpl.java and DocImpl.java,
however ParamTagImpl.java and ThrowsTagImpl.java are missing this
optimization.

Comments
EVALUATION Yes this is a fine idea.
28-06-2011