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 38dc39c commit 66ab5bdCopy full SHA for 66ab5bd
visualvm/graalvm/src/org/graalvm/visualvm/graalvm/libgraal/MemoryModel.java
@@ -338,7 +338,7 @@ private Object[] getAttributes(String... names) {
338
}
339
340
private Object[] getData() {
341
- if (connection != null) {
+ if (live && connection != null) {
342
Object[] values = getAttributes(USAGE_ATTRIBUTE, PEAK_USAGE_ATTRIBUTE);
343
344
if (values == null) {
0 commit comments