-
Bug
-
Resolution: Fixed
-
P4
-
8
-
b01
-
generic
-
generic
-
Not verified
Issue | Fix Version | Assignee | Priority | Status | Resolution | Resolved In Build |
---|---|---|---|---|---|---|
JDK-2211142 | 7u2 | Kumar Srinivasan | P3 | Closed | Fixed | b02 |
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.
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.
- backported by
-
JDK-2211142 (javadoc) improve performance on accessing inlinedTags
-
- Closed
-