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

/openjdk7/hotspot/src/share/vm/runtime/
H A Dsafepoint.hpp117 static float _ts_of_current_safepoint; // time stamp of current safepoint in seconds member in class:SafepointSynchronize
H A Dsafepoint.cpp114 _ts_of_current_safepoint = tty->time_stamp().seconds();
1126 float SafepointSynchronize::_ts_of_current_safepoint = 0.0f; member in class:SafepointSynchronize
1179 spstat->_time_stamp = _ts_of_current_safepoint;

Completed in 223 milliseconds