comparison src/share/vm/gc_implementation/g1/g1CollectorPolicy.hpp @ 6628:bb3f6194fedb

7178363: G1: Remove the serial code for PrintGCDetails and make it a special case of the parallel code Summary: Also reviewed by vitalyd@gmail.com. Introduced the WorkerDataArray class. Fixed some minor logging bugs. Reviewed-by: johnc, mgerdin
author brutisso
date Thu, 23 Aug 2012 10:21:12 +0200
parents 7383557659bd
children da91efe96a93
comparison
equal deleted inserted replaced
6625:153776c4cb6f 6628:bb3f6194fedb
681 681
682 void record_concurrent_pause(); 682 void record_concurrent_pause();
683 683
684 void record_collection_pause_end(double pause_time); 684 void record_collection_pause_end(double pause_time);
685 void print_heap_transition(); 685 void print_heap_transition();
686 void print_detailed_heap_transition();
686 687
687 // Record the fact that a full collection occurred. 688 // Record the fact that a full collection occurred.
688 void record_full_collection_start(); 689 void record_full_collection_start();
689 void record_full_collection_end(); 690 void record_full_collection_end();
690 691