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

/openjdk7/hotspot/src/share/vm/gc_implementation/parNew/
H A DparNewGeneration.hpp203 void note_term_attempt() { ++_term_attempts; } function in class:ParScanThreadState
219 TASKQUEUE_STATS_ONLY(note_term_attempt());
/openjdk7/hotspot/src/share/vm/gc_implementation/g1/
H A Dg1CollectedHeap.hpp1956 void note_term_attempt() { _term_attempts++; }
1967 note_term_attempt();

Completed in 114 milliseconds