Searched refs:_mixed_cost_per_entry_ms_seq (Results 1 - 2 of 2) sorted by relevance

/openjdk7/hotspot/src/share/vm/gc_implementation/g1/
H A Dg1CollectorPolicy.hpp236 TruncatedSeq* _mixed_cost_per_entry_ms_seq; member in class:G1CollectorPolicy
373 if (_mixed_cost_per_entry_ms_seq->num() < 3) {
377 get_new_prediction(_mixed_cost_per_entry_ms_seq));
H A Dg1CollectorPolicy.cpp98 _mixed_cost_per_entry_ms_seq(new TruncatedSeq(TruncatedSeqLength)),
1056 _mixed_cost_per_entry_ms_seq->add(cost_per_entry_ms);

Completed in 39 milliseconds