Searched defs:_jvmtiMonitorUsage (Results 1 – 1 of 1) sorted by relevance
609 struct _jvmtiMonitorUsage { struct610 jthread owner;611 jint entry_count;612 jint waiter_count;613 jthread* waiters;614 jint notify_waiter_count;615 jthread* notify_waiters;