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

/openjdk7/hotspot/src/share/vm/gc_implementation/g1/
H A Dg1CollectorPolicy.cpp86 _stop_world_start(0.0),
789 _stop_world_start = os::elapsedTime();
802 double s_w_t_ms = (start_time_sec - _stop_world_start) * 1000.0;
804 _stop_world_start = 0.0;
856 if (_stop_world_start > 0.0) {
857 double yield_ms = (os::elapsedTime() - _stop_world_start) * 1000.0;
H A Dg1CollectorPolicy.hpp191 double _stop_world_start; member in class:G1CollectorPolicy

Completed in 38 milliseconds