JDK-6611445 : MBeans tab: MBean tree algorithm wrongly removes intermediate nodes.
  • Type: Bug
  • Component: tools
  • Sub-Component: jconsole
  • Affected Version: 7
  • Priority: P4
  • Status: Closed
  • Resolution: Fixed
  • OS: generic
  • CPU: generic
  • Submitted: 2007-10-01
  • Updated: 2011-03-08
  • Resolved: 2011-03-08
The Version table provides details related to the release that this issue/RFE will be addressed.

Unresolved : Release in which this issue/RFE will be addressed.
Resolved: Release in which this issue/RFE has been resolved.
Fixed : Release in which this issue/RFE has been fixed. The release containing this fix may be available for download as an Early Access Release or a General Availability Release.

To download the current JDK release, click here.
JDK 6 JDK 7
6u10Fixed 7 b25Fixed
Description
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.

Comments
EVALUATION Bad handling of non MBean intermediate nodes in the MBean tree.
01-10-2007