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

/openjdk7/hotspot/src/share/vm/gc_implementation/parNew/
H A DparNewGeneration.hpp114 double _start_strong_roots; member in class:ParScanThreadState
212 _start_strong_roots = os::elapsedTime();
215 _strong_roots_time += (os::elapsedTime() - _start_strong_roots);

Completed in 31 milliseconds