-
Type:
Bug
-
Resolution: Fixed
-
Priority:
P4
-
Affects Version/s: 8
-
Component/s: tools
-
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
-