comparison src/share/vm/gc_implementation/g1/g1CollectedHeap.cpp @ 10293:2958af1d8c5a

Merge
author jwilhelm
date Fri, 17 May 2013 06:01:10 +0200
parents 48391ab0687e
children 001ec9515f84
comparison
equal deleted inserted replaced
10272:513a5298c1dd 10293:2958af1d8c5a
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();