-
Bug
-
Resolution: Not an Issue
-
P3
-
6u21
-
generic
-
generic
Issue | Fix Version | Assignee | Priority | Status | Resolution | Resolved In Build |
---|---|---|---|---|---|---|
JDK-8029879 | 9 | Aleksej Efimov | P3 | Closed | Not an Issue | |
JDK-8029880 | 8u20 | Aleksej Efimov | P3 | Closed | Not an Issue | |
JDK-8029881 | 7-pool | Aleksej Efimov | P3 | Closed | Not an Issue |
The code analysis shows that there is a possible memory leak in
ResourceManager class.
All caches instead of one created in this class are WeakHashMap. The
'perLoaderCache' is implemented as a HashMap.
Such incorrect implementation can cause a memory leak. It should be changed
to 'WeakHashMap'.
ResourceManager class.
All caches instead of one created in this class are WeakHashMap. The
'perLoaderCache' is implemented as a HashMap.
Such incorrect implementation can cause a memory leak. It should be changed
to 'WeakHashMap'.
- backported by
-
JDK-8029879 Memory leak in com.sun.naming.internal.ResourceManager
-
- Closed
-
-
JDK-8029880 Memory leak in com.sun.naming.internal.ResourceManager
-
- Closed
-
-
JDK-8029881 Memory leak in com.sun.naming.internal.ResourceManager
-
- Closed
-
- relates to
-
JDK-8037184 Revert incorrect 8029877 fix for com.sun.naming.internal.ResourceManager
-
- Resolved
-