Searched refs:_previous_owner_tid (Results 1 - 2 of 2) sorted by relevance

/openjdk7/hotspot/src/share/vm/runtime/
H A DobjectMonitor.hpp157 _previous_owner_tid = 0;
251 volatile jlong _previous_owner_tid; // thread id of the previous owner of the monitor member in class:ObjectMonitor
H A DobjectMonitor.cpp449 event.set_previousOwner((TYPE_JAVALANGTHREAD)_previous_owner_tid);
977 _previous_owner_tid = SharedRuntime::get_java_tid(Self);

Completed in 37 milliseconds