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 299ab04 commit dfb2fb0Copy full SHA for dfb2fb0
visualvm/libs.profiler/lib.profiler.heap/src/org/graalvm/visualvm/lib/jfluid/heap/ObjectArrayDump.java
@@ -56,13 +56,6 @@ public List<Instance> getValues() {
56
57
public List<ArrayItemValue> getItems() {
58
return new ObjectArrayValuesLazyList(dumpClass, getLength(), fileOffset);
59
-// List items = new ArrayList();
60
-//
61
-// int length = getLength();
62
-// for (int i = 0; i < length; i++)
63
-// items.add(new HprofArrayValue(dumpClass, fileOffset, i));
64
65
-// return items;
66
}
67
68
long getOffset() {
0 commit comments