-
Bug
-
Resolution: Fixed
-
P2
-
7
-
b108
-
generic
-
generic
-
Not verified
Issue | Fix Version | Assignee | Priority | Status | Resolution | Resolved In Build |
---|---|---|---|---|---|---|
JDK-8034614 | 7u65 | Shanliang Jiang | P2 | Resolved | Fixed | b01 |
JDK-8024115 | 7u60 | Shanliang Jiang | P2 | Closed | Fixed | b01 |
The RMIConnector class defines a WeakHashMap that keeps an MBeanServerConnection
per delegation subject. The problem is that the MBeanServerConnection internally
holds a reference to the delegation subject, i.e. the WeakHashMap key, thus preventing
a given entry to be removed unless both the delegation subject and MBeanServerConnection
instances get nulled.
per delegation subject. The problem is that the MBeanServerConnection internally
holds a reference to the delegation subject, i.e. the WeakHashMap key, thus preventing
a given entry to be removed unless both the delegation subject and MBeanServerConnection
instances get nulled.
- backported by
-
JDK-8034614 RMIConnector: map value referencing map key in WeakHashMap prevents map entry to be removed
-
- Resolved
-
-
JDK-8024115 RMIConnector: map value referencing map key in WeakHashMap prevents map entry to be removed
-
- Closed
-