-
Enhancement
-
Resolution: Fixed
-
P2
-
8
-
b11
-
Verified
From Michael Simacek on javadoc-dev:
I thought about improving performance of the default doclet implementation a bit.
According to profiler results, most of the CPU time is spent in constructing the member map in VisibleMemberMap.java.
So I've rewritten part of the VisbleMemberMap and reduced the javadoc run time to 60-70% of original run time (on large inputs).
I thought about improving performance of the default doclet implementation a bit.
According to profiler results, most of the CPU time is spent in constructing the member map in VisibleMemberMap.java.
So I've rewritten part of the VisbleMemberMap and reduced the javadoc run time to 60-70% of original run time (on large inputs).
- relates to
-
JDK-8190436 Bug in VisibleMemberMap, including non-deterministic behavior
-
- Closed
-
-
JDK-8194320 Javadoc regressions in 10-b29
-
- Open
-
-
JDK-8199281 Broken link in nav bar "Summary: ... METHOD" when it points to inherited methods of super class.
-
- Closed
-
-
JDK-8202549 Javadoc consumes up to 6.5G memory to work
-
- Closed
-
- links to