comparison src/share/vm/gc_implementation/g1/g1CollectedHeap.cpp @ 10291:48391ab0687e

8010738: G1: Output for full GCs with +PrintGCDetails should contain perm gen size/meta data change info Summary: Include metaspace information (used, allocated, reserved) in the PrintGCDetails output for full GCs. Reviewed-by: poonam, jmasa, brutisso
author johnc
date Thu, 16 May 2013 09:24:26 -0700
parents 194f52aa2f23
children 001ec9515f84
comparison
equal deleted inserted replaced
10290:05a17f270c7e 10291:48391ab0687e
1547 1547
1548 gc_epilogue(true); 1548 gc_epilogue(true);
1549 } 1549 }
1550 1550
1551 if (G1Log::finer()) { 1551 if (G1Log::finer()) {
1552 g1_policy()->print_detailed_heap_transition(); 1552 g1_policy()->print_detailed_heap_transition(true /* full */);
1553 } 1553 }
1554 1554
1555 print_heap_after_gc(); 1555 print_heap_after_gc();
1556 1556
1557 post_full_gc_dump(); 1557 post_full_gc_dump();