-
Bug
-
Resolution: Fixed
-
P4
-
5.0
-
b46
-
generic
-
generic
ObjectInstance lets you construct an ObjectInstance with a null ClassName,
but will later throw a NPE if equals() or hashCode() is called.
In some particular cases (e.g bogus DynamicMBean sometime returning a
null className, proxies to remote MBeans throwing exception in getMBeanInfo()
when the remote connection is broken, etc...), it can break queryNames() and
queryMBeans().
but will later throw a NPE if equals() or hashCode() is called.
In some particular cases (e.g bogus DynamicMBean sometime returning a
null className, proxies to remote MBeans throwing exception in getMBeanInfo()
when the remote connection is broken, etc...), it can break queryNames() and
queryMBeans().
- relates to
-
JDK-5001857 JSR003: queryNames throws NPE when an unregisterMBean runs concurrently
-
- Closed
-