Searched defs:G1CollectorPolicy (Results 1 - 2 of 2) sorted by relevance

/openjdk7/hotspot/src/share/vm/gc_implementation/g1/
H A Dg1CollectorPolicy.hpp32 // A G1CollectorPolicy makes policy decisions that determine the
153 class G1CollectorPolicy: public CollectorPolicy { class in inherits:CollectorPolicy
637 G1CollectorPolicy();
639 virtual G1CollectorPolicy* as_g1_policy() { return this; }
H A Dg1CollectorPolicy.cpp81 G1CollectorPolicy::G1CollectorPolicy() : function in class:G1CollectorPolicy
310 void G1CollectorPolicy::initialize_flags() {
395 void G1CollectorPolicy::init() {
417 void G1CollectorPolicy::initialize_gc_policy_counters() {
421 bool G1CollectorPolicy::predict_will_fit(uint young_length,
452 void G1CollectorPolicy::record_new_heap_size(uint new_number_of_regions) {
462 uint G1CollectorPolicy::calculate_young_list_desired_min_length(
480 uint G1CollectorPolicy::calculate_young_list_desired_max_length() {
487 void G1CollectorPolicy
[all...]

Completed in 1534 milliseconds