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

/openjdk10/hotspot/src/share/vm/gc/cms/
H A DparNewGeneration.hpp114 double _start_strong_roots; member in class:ParScanThreadState
211 _start_strong_roots = os::elapsedTime();
214 _strong_roots_time += (os::elapsedTime() - _start_strong_roots);

Completed in 38 milliseconds