< prev index next >

src/share/vm/gc_implementation/g1/g1CollectedHeap.hpp

Print this page
rev 8049 : 8076294: Cleanup of CollectedHeap::kind()
Reviewed-by:

*** 1006,1016 **** // Explicitly import set_par_threads into this scope using SharedHeap::set_par_threads; // Set _n_par_threads according to a policy TBD. void set_par_threads(); ! virtual CollectedHeap::Name kind() const { return CollectedHeap::G1CollectedHeap; } // The current policy object for the collector. G1CollectorPolicy* g1_policy() const { return _g1_policy; } --- 1006,1016 ---- // Explicitly import set_par_threads into this scope using SharedHeap::set_par_threads; // Set _n_par_threads according to a policy TBD. void set_par_threads(); ! virtual Name kind() const { return CollectedHeap::G1CollectedHeap; } // The current policy object for the collector. G1CollectorPolicy* g1_policy() const { return _g1_policy; }
< prev index next >