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

/openjdk7/hotspot/src/share/vm/runtime/
H A DobjectMonitor.hpp297 static PerfCounter * _sync_Notifications ; member in class:ObjectMonitor
H A DobjectMonitor.cpp1779 if (iterator != NULL && ObjectMonitor::_sync_Notifications != NULL) {
1780 ObjectMonitor::_sync_Notifications->inc() ;
1903 if (Tally != 0 && ObjectMonitor::_sync_Notifications != NULL) {
1904 ObjectMonitor::_sync_Notifications->inc(Tally) ;
2355 PerfCounter * ObjectMonitor::_sync_Notifications = NULL ; member in class:ObjectMonitor
2389 NEWPERFCOUNTER(_sync_Notifications) ;

Completed in 36 milliseconds