mirror of
https://github.com/openjdk/jdk.git
synced 2025-09-23 12:34:32 +02:00
8076076: Move SharedHeap::print_size_transition() into G1 code
Reviewed-by: tschatzl, mgerdin
This commit is contained in:
parent
2c63bc9175
commit
fd46a24a3e
5 changed files with 17 additions and 32 deletions
|
@ -2088,10 +2088,7 @@ void ConcurrentMark::cleanup() {
|
|||
_cleanup_times.add((end - start) * 1000.0);
|
||||
|
||||
if (G1Log::fine()) {
|
||||
g1h->print_size_transition(gclog_or_tty,
|
||||
start_used_bytes,
|
||||
g1h->used(),
|
||||
g1h->capacity());
|
||||
g1h->g1_policy()->print_heap_transition(start_used_bytes);
|
||||
}
|
||||
|
||||
// Clean up will have freed any regions completely full of garbage.
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue