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 f07d7a7 commit f089e9eCopy full SHA for f089e9e
visualvm/heapviewer/src/org/graalvm/visualvm/heapviewer/java/impl/HeapPatterns.java
@@ -45,7 +45,7 @@ static PathToGCRootPlugin.SkipNode processGCRootReference(ObjectFieldValue refer
45
break;
46
}
47
ObjectFieldValue oval = getValueOfField(path, ref.getField());
48
- if (oval == null || !oval.getInstance().equals(i)) {
+ if (oval == null || !i.equals(oval.getInstance())) {
49
50
51
ref = oval;
0 commit comments