Skip to content

Commit

Permalink
remove stray debug output
Browse files Browse the repository at this point in the history
  • Loading branch information
tstuefe committed Sep 11, 2024
1 parent 766cfd7 commit d71c210
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion src/hotspot/share/memory/metaspace/binList.hpp
Original file line number Diff line number Diff line change
Expand Up @@ -199,7 +199,6 @@ class BinListImpl {
local_counter.add(s);
b_last = b;
}
if (UseNewCode)printf("\n");
}
local_counter.check(_counter);
}
Expand Down

0 comments on commit d71c210

Please sign in to comment.