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

/openjdk7/hotspot/src/share/vm/gc_implementation/g1/
H A Dg1CollectorPolicy.hpp245 TruncatedSeq* _cost_per_byte_ms_during_cm_seq; member in class:G1CollectorPolicy
382 if (_cost_per_byte_ms_during_cm_seq->num() < 3) {
387 get_new_prediction(_cost_per_byte_ms_during_cm_seq);
H A Dg1CollectorPolicy.cpp100 _cost_per_byte_ms_during_cm_seq(new TruncatedSeq(TruncatedSeqLength)),
1094 _cost_per_byte_ms_during_cm_seq->add(cost_per_byte_ms);

Completed in 38 milliseconds