Details
-
Bug
-
Resolution: Fixed
-
P4
-
None
-
b63
-
Not verified
Backports
Issue | Fix Version | Assignee | Priority | Status | Resolution | Resolved In Build |
---|---|---|---|---|---|---|
JDK-8175393 | openjdk7u | Jonathan Gibbons | P4 | Resolved | Fixed | master |
Description
javadoc currently writes out an HTMLTree by converting it to a string first. That is hugely inefficient. It should write to the Writer directly whenever possible.
Attachments
Issue Links
- backported by
-
JDK-8175393 javadoc should write directly to Writer instead of composing strings
- Resolved
- relates to
-
JDK-8000673 remove dead code from HtmlWriter and subtypes
- Closed