Skip to content

Commit

Permalink
Browse files Browse the repository at this point in the history
8265120: hs_err improvement: align the output of Virtual space metadata
Reviewed-by: dholmes
  • Loading branch information
Junji Wang authored and David Holmes committed Apr 15, 2021
1 parent e7cbeba commit 7c6e379
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/hotspot/share/memory/metaspace/metaspaceReporter.cpp
Expand Up @@ -78,7 +78,7 @@ static void print_vs(outputStream* out, size_t scale) {
out->print(" committed, ");
out->print(" %d nodes.", num_nodes_c);
out->cr();
out->print(" Both: ");
out->print(" Both: ");
print_scaled_words(out, reserved_c + reserved_nc, scale, 7);
out->print(" reserved, ");
print_scaled_words_and_percentage(out, committed_c + committed_nc, reserved_c + reserved_nc, scale, 7);
Expand Down

1 comment on commit 7c6e379

@openjdk-notifier
Copy link

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Please sign in to comment.