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

/openjdk7/hotspot/src/share/vm/runtime/
H A Dsafepoint.cpp1279 SafepointStats* sstats = _safepoint_stats; local
1285 sstats = &_safepoint_stats[index];
1286 tty->print("%.3f: ", sstats->_time_stamp);
1290 sstats->_vmop_type == -1 ? "no vm operation" :
1291 VM_Operation::name(sstats->_vmop_type),
1292 sstats->_nof_total_threads,
1293 sstats->_nof_initial_running_threads,
1294 sstats->_nof_threads_wait_to_block);
1300 sstats->_time_to_spin / MICROUNITS,
1301 sstats
[all...]

Completed in 53 milliseconds