src/share/vm/runtime/synchronizer.cpp

changeset 8189
c60b9a314312
parent 6680
78bbf4d43a14
child 8604
04d83ba48607
child 8729
402618d5afc9
equal deleted inserted replaced
8187:3ad3f93fe3d2 8189:c60b9a314312
119 HOTSPOT_MONITOR_WAIT(jtid, \ 119 HOTSPOT_MONITOR_WAIT(jtid, \
120 (uintptr_t)(monitor), bytes, len, (millis)); \ 120 (uintptr_t)(monitor), bytes, len, (millis)); \
121 } \ 121 } \
122 } 122 }
123 123
124 #define HOTSPOT_MONITOR_PROBE_waited HOTSPOT_MONITOR_PROBE_WAITED 124 #define HOTSPOT_MONITOR_PROBE_waited HOTSPOT_MONITOR_WAITED
125 125
126 #define DTRACE_MONITOR_PROBE(probe, monitor, obj, thread) \ 126 #define DTRACE_MONITOR_PROBE(probe, monitor, obj, thread) \
127 { \ 127 { \
128 if (DTraceMonitorProbes) { \ 128 if (DTraceMonitorProbes) { \
129 DTRACE_MONITOR_PROBE_COMMON(obj, thread); \ 129 DTRACE_MONITOR_PROBE_COMMON(obj, thread); \

mercurial