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

/openjdk7/hotspot/src/share/vm/gc_implementation/g1/
H A Dg1CollectorPolicy.hpp234 TruncatedSeq* _mixed_cards_per_entry_ratio_seq; member in class:G1CollectorPolicy
347 if (_mixed_cards_per_entry_ratio_seq->num() < 2) {
350 return get_new_prediction(_mixed_cards_per_entry_ratio_seq);

Completed in 24 milliseconds