You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: visualvm/libs.profiler/profiler.heapwalker/src/org/graalvm/visualvm/lib/profiler/heapwalk/memorylint/Histogram.java
+2-2Lines changed: 2 additions & 2 deletions
Original file line number
Diff line number
Diff line change
@@ -170,7 +170,7 @@ public void add(String key, T entry) {
170
170
}
171
171
}
172
172
173
-
publicStringtoString(inttreshold) {
173
+
publicStringtoString(intthreshold) {
174
174
StringBuilderresult = newStringBuilder();
175
175
longtotalSize = 0;
176
176
inttotalCount = 0;
@@ -179,7 +179,7 @@ public String toString(int treshold) {
179
179
for (Map.Entry<String, T> entry : bySize.entrySet()) {
0 commit comments