-
Bug
-
Resolution: Fixed
-
P3
-
6
-
b71
-
generic
-
generic
The VMPanel does not properly handle the MBeansTab update on
reconnection when the JMXConnectorServer uses an MBeanServer
different from the PlatformMBeanServer.
VMPanel.update() calls MBeansTab.update(), more precisely
tabs.get(4).update(), on the first connection but never
again. This means that if in between a disconnect/reconnect
some MBeans are added/removed the MBean tree will not reflect
the changes.
reconnection when the JMXConnectorServer uses an MBeanServer
different from the PlatformMBeanServer.
VMPanel.update() calls MBeansTab.update(), more precisely
tabs.get(4).update(), on the first connection but never
again. This means that if in between a disconnect/reconnect
some MBeans are added/removed the MBean tree will not reflect
the changes.
- relates to
-
JDK-6179281 Provide a jconsole plug-in interface to allow loading user defined tabs
- Closed