-
Bug
-
Resolution: Cannot Reproduce
-
P3
-
8u40, 9
An intermittent NullPointerException is seen in a test system.
JDK used: jdk8/1.8.0-40-b19
It looks like updateMetrics() assumes that getContainer() always returns a valid instance but the method can and does return null.
A Google search indicates there are other people who see NPE in that class at that line.
JDK used: jdk8/1.8.0-40-b19
It looks like updateMetrics() assumes that getContainer() always returns a valid instance but the method can and does return null.
A Google search indicates there are other people who see NPE in that class at that line.