Searched defs:_sync_SuccessfulSpins (Results 1 - 2 of 2) sorted by relevance
/openjdk7/hotspot/src/share/vm/runtime/ | ||
H A D | objectMonitor.hpp | 303 static PerfCounter * _sync_SuccessfulSpins ; member in class:ObjectMonitor |
H A D | objectMonitor.cpp | 2363 PerfCounter * ObjectMonitor::_sync_SuccessfulSpins = NULL ; member in class:ObjectMonitor 2395 NEWPERFCOUNTER(_sync_SuccessfulSpins) ; |
Completed in 782 milliseconds