comparison src/share/vm/gc_implementation/g1/g1CollectorPolicy.hpp @ 936:e1fdf4fd34dc

6871111: G1: remove the concurrent overhead tracker Summary: Removing the concurrent overhead tracker from G1, along with the GC overhead reporter and the G1AccountConcurrentOverhead (both of which rely on the the concurrent overhead tracker). Reviewed-by: iveresov, johnc
author tonyp
date Wed, 19 Aug 2009 12:53:25 -0400
parents 6cb8e9df7174
children 2c79770d1f6e
comparison
equal deleted inserted replaced
912:308762b2bf14 936:e1fdf4fd34dc
979 979
980 bool should_initiate_conc_mark() { return _should_initiate_conc_mark; } 980 bool should_initiate_conc_mark() { return _should_initiate_conc_mark; }
981 void set_should_initiate_conc_mark() { _should_initiate_conc_mark = true; } 981 void set_should_initiate_conc_mark() { _should_initiate_conc_mark = true; }
982 void unset_should_initiate_conc_mark(){ _should_initiate_conc_mark = false; } 982 void unset_should_initiate_conc_mark(){ _should_initiate_conc_mark = false; }
983 983
984 void checkpoint_conc_overhead();
985
986 // If an expansion would be appropriate, because recent GC overhead had 984 // If an expansion would be appropriate, because recent GC overhead had
987 // exceeded the desired limit, return an amount to expand by. 985 // exceeded the desired limit, return an amount to expand by.
988 virtual size_t expansion_amount(); 986 virtual size_t expansion_amount();
989 987
990 // note start of mark thread 988 // note start of mark thread