Searched defs:_strong_roots_time (Results 1 - 1 of 1) sorted by relevance

/openjdk7/hotspot/src/share/vm/gc_implementation/parNew/
H A DparNewGeneration.hpp115 double _strong_roots_time; member in class:ParScanThreadState
215 _strong_roots_time += (os::elapsedTime() - _start_strong_roots);
217 double strong_roots_time() const { return _strong_roots_time; }

Completed in 30 milliseconds