Searched refs:term_attempts (Results 1 - 4 of 4) sorted by relevance

/openjdk7/hotspot/src/share/vm/gc_implementation/parNew/
H A DparNewGeneration.hpp199 size_t term_attempts() const { return _term_attempts; } function in class:ParScanThreadState
H A DparNewGeneration.cpp418 term_ms, term_ms * 100 / elapsed_ms, pss.term_attempts());
/openjdk7/hotspot/src/share/vm/gc_implementation/g1/
H A Dg1CollectedHeap.hpp1955 size_t term_attempts() const { return _term_attempts; }
H A Dg1CollectedHeap.cpp4539 term_ms, term_ms * 100 / elapsed_ms, term_attempts(),
4988 _g1h->g1_policy()->phase_times()->record_termination(worker_id, term_ms, pss.term_attempts());

Completed in 46 milliseconds