|
Relates :
|
As point out here:
http://mail.openjdk.java.net/pipermail/nio-dev/2011-July/001385.html
there is a race that allows BufferPoolMXBean's getObjectName method to return null. The same issue is possible with PlatformLogginMXBean.
The following SDK/JDK test was added for this bug:
java/lang/management/ManagementFactory/GetObjectName.java
|