-
Bug
-
Resolution: Fixed
-
P2
-
8, 9
-
b104
-
Not verified
DocFileFactory contains a WeakHashMap to get the DocFileFactory for a Configuration.
The WeakHashMap is ineffective (because the value indirectly references the key) and serves little purpose. A field in Configuration will be better.
The map causes an effective memory leak when javadoc is reused within the same VM
And, the effective memory leak is causing test runs to fail.
The WeakHashMap is ineffective (because the value indirectly references the key) and serves little purpose. A field in Configuration will be better.
The map causes an effective memory leak when javadoc is reused within the same VM
And, the effective memory leak is causing test runs to fail.
- relates to
-
JDK-8148399 Increase heap for langtools regression tests
-
- Closed
-
-
JDK-8148413 Memory leak in javadoc VisibleMemberMap
-
- Closed
-