-
Bug
-
Resolution: Fixed
-
P3
-
9
-
None
-
b89
Issue | Fix Version | Assignee | Priority | Status | Resolution | Resolved In Build |
---|---|---|---|---|---|---|
JDK-8142773 | emb-9 | Jaroslav Bachorík | P3 | Resolved | Fixed | team |
When issuing `jcmd App ManagementAgent.status` against an application started with JMX system properties specified the command will fail with NPE.
Eg.
jcmd com.toy.anagrams.ui.Anagrams ManagementAgent.status
4775:
java.lang.NullPointerException
Eg.
jcmd com.toy.anagrams.ui.Anagrams ManagementAgent.status
4775:
java.lang.NullPointerException
- backported by
-
JDK-8142773 ManagementAgent.status DCMD fails with NPE for JMX configured on command line
-
- Resolved
-