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

/openjdk7/hotspot/src/share/vm/gc_implementation/parallelScavenge/
H A DgcTaskManager.hpp382 uint _noop_tasks; // Count of noop tasks. member in class:GCTaskManager
546 return _noop_tasks;
549 _noop_tasks += 1;
552 _noop_tasks = 0;

Completed in 43 milliseconds