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

/openjdk7/hotspot/src/share/vm/gc_implementation/g1/
H A Dg1CollectorPolicy.hpp242 TruncatedSeq* _pending_cards_seq; member in class:G1CollectorPolicy
H A Dg1CollectorPolicy.cpp106 _pending_cards_seq(new TruncatedSeq(TruncatedSeqLength)),
582 size_t pending_cards = (size_t) get_new_prediction(_pending_cards_seq);
1132 _pending_cards_seq->add((double) _pending_cards);

Completed in 304 milliseconds