mirror of
https://github.com/openjdk/jdk.git
synced 2025-09-21 11:34:38 +02:00
8005672: Clean up some changes to GC logging with GCCause's
Reviewed-by: johnc, ysr
This commit is contained in:
parent
cca092892b
commit
7fb60025ee
4 changed files with 7 additions and 6 deletions
|
@ -808,8 +808,9 @@ void PSYoungGen::print_on(outputStream* st) const {
|
|||
st->print(" to "); to_space()->print_on(st);
|
||||
}
|
||||
|
||||
// Note that a space is not printed before the [NAME:
|
||||
void PSYoungGen::print_used_change(size_t prev_used) const {
|
||||
gclog_or_tty->print(" [%s:", name());
|
||||
gclog_or_tty->print("[%s:", name());
|
||||
gclog_or_tty->print(" " SIZE_FORMAT "K"
|
||||
"->" SIZE_FORMAT "K"
|
||||
"(" SIZE_FORMAT "K)",
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue