We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 3922212 commit 26f4891Copy full SHA for 26f4891
visualvm/jmx/src/org/graalvm/visualvm/jmx/impl/JmxApplication.java
@@ -93,7 +93,6 @@ public EnvironmentProvider getEnvironmentProvider() {
93
94
public int getPid() {
95
if (pid == UNKNOWN_PID && getState() == Stateful.STATE_AVAILABLE) {
96
- JmxModel jmxModel = JmxModelFactory.getJmxModelFor(this);
97
if (jmxModel != null && jmxModel.getConnectionState() == ConnectionState.CONNECTED) {
98
JvmMXBeans mxbeans = JvmMXBeansFactory.getJvmMXBeans(jmxModel);
99
if (mxbeans != null) {
0 commit comments