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

/openjdk7/hotspot/src/share/vm/runtime/
H A Dsafepoint.cpp1128 static jlong cleanup_end_time = 0; local
1248 cleanup_end_time = end_time;
1255 spstat->_time_to_exec_vmop = vmop_end_time - cleanup_end_time;
1326 os::javaTimeNanos() - cleanup_end_time;

Completed in 33 milliseconds