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

/openjdk7/hotspot/src/share/vm/gc_implementation/parNew/
H A DparNewGeneration.hpp104 size_t _term_attempts; member in class:ParScanThreadState
199 size_t term_attempts() const { return _term_attempts; }
203 void note_term_attempt() { ++_term_attempts; }
H A DparNewGeneration.cpp86 _term_attempts = 0;
382 _term_attempts = 0;
/openjdk7/hotspot/src/share/vm/gc_implementation/g1/
H A Dg1CollectedHeap.hpp1821 size_t _term_attempts;
1955 size_t term_attempts() const { return _term_attempts; }
1956 void note_term_attempt() { _term_attempts++; }
H A Dg1CollectedHeap.cpp4488 _term_attempts(0),

Completed in 2863 milliseconds