Skip to content

Commit d1c0c8a

Browse files
committed
GH-244, node is OK even if all children are gone
1 parent b4400f6 commit d1c0c8a

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

visualvm/libs.profiler/lib.profiler/src/org/graalvm/visualvm/lib/jfluid/results/memory/PresoObjAllocCCTNode.java

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -465,7 +465,7 @@ protected boolean setFullClassAndMethodInfo(JMethodIdTable methodIdTable) {
465465

466466
return true;
467467
} else {
468-
return hasNonNullChildren;
468+
return thisNodeOk;
469469
}
470470
} else {
471471
return thisNodeOk;

0 commit comments

Comments
 (0)