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 35bc013 commit bf74122Copy full SHA for bf74122
visualvm/sampler/src/org/graalvm/visualvm/sampler/SamplerImpl.java
@@ -657,7 +657,7 @@ public void run() {
657
});
658
return;
659
}
660
- if (!JvmFactory.getJVMFor(application).isAttachable()) {
+ if (!jvm.isAttachable()) {
661
SwingUtilities.invokeLater(new Runnable() {
662
public void run() {
663
memoryStatus = NbBundle.getMessage(SamplerImpl.class,
0 commit comments