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

/openjdk7/hotspot/src/share/vm/runtime/
H A DbiasedLocking.cpp167 JavaThread* biased_thread = mark->biased_locker(); local
168 if (biased_thread == NULL) {
183 if (requesting_thread == biased_thread) {
187 if (cur_thread == biased_thread) {
210 GrowableArray<MonitorInfo*>* cached_monitor_info = get_or_compute_monitor_info(biased_thread);

Completed in 85 milliseconds