-
Bug
-
Resolution: Fixed
-
P4
-
7
-
b25
-
generic
-
generic
-
Verified
Issue | Fix Version | Assignee | Priority | Status | Resolution | Resolved In Build |
---|---|---|---|---|---|---|
JDK-2157067 | 6u10 | Luis-Miguel Alventosa | P4 | Resolved | Fixed | b10 |
Let's say we have the following two MBeans registered in the MBean server:
(1) d:type=Test,k1=v1
(2) d:type=Test,k1=v1,k2=v2,k3=v3
If MBean (1) is unregistered from the MBean server JConsole removes it from
the MBean tree but it also wrongly removes MBean (2) from the MBean tree view.
(1) d:type=Test,k1=v1
(2) d:type=Test,k1=v1,k2=v2,k3=v3
If MBean (1) is unregistered from the MBean server JConsole removes it from
the MBean tree but it also wrongly removes MBean (2) from the MBean tree view.
- backported by
-
JDK-2157067 MBeans tab: MBean tree algorithm wrongly removes intermediate nodes.
- Resolved