Searched refs:_start_strong_roots (Results 1 - 2 of 2) 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);
/openjdk7/hotspot/src/share/vm/gc_implementation/g1/
H A Dg1CollectedHeap.hpp1824 double _start_strong_roots;
1959 _start_strong_roots = os::elapsedTime();
1962 _strong_roots_time += (os::elapsedTime() - _start_strong_roots);

Completed in 1237 milliseconds