Searched refs:OM_PERFDATA_OP (Results 1 - 3 of 3) sorted by relevance

/openjdk9/hotspot/src/share/vm/runtime/
H A DobjectMonitor.hpp182 #define OM_PERFDATA_OP(f, op_str) \ macro
H A Dsynchronizer.cpp190 OM_PERFDATA_OP(Notifications, inc(tally));
1466 OM_PERFDATA_OP(Inflations, inc());
1517 OM_PERFDATA_OP(Inflations, inc());
1741 OM_PERFDATA_OP(Deflations, inc(nScavenged));
1742 OM_PERFDATA_OP(MonExtant, set_value(nInCirculation));
H A DobjectMonitor.cpp399 OM_PERFDATA_OP(ContendedLockAttempts, inc());
568 OM_PERFDATA_OP(FutileWakeups, inc());
742 OM_PERFDATA_OP(FutileWakeups, inc());
1293 OM_PERFDATA_OP(Parks, inc());
1755 OM_PERFDATA_OP(Notifications, inc(1));
1780 OM_PERFDATA_OP(Notifications, inc(tally));

Completed in 98 milliseconds