Searched defs:allow_rebias (Results 1 - 1 of 1) sorted by relevance

/openjdk7/hotspot/src/share/vm/runtime/
H A DbiasedLocking.cpp146 static BiasedLocking::Condition revoke_bias(oop obj, bool allow_rebias, bool is_bulk, JavaThread* requesting_thread) { argument
164 (intptr_t) obj, (intptr_t) mark, Klass::cast(obj->klass())->external_name(), (intptr_t) Klass::cast(obj->klass())->prototype_header(), (allow_rebias ? 1 : 0), (intptr_t) requesting_thread);
172 if (!allow_rebias) {
194 if (allow_rebias) {
246 if (allow_rebias) {
266 static HeuristicsResult update_heuristics(oop o, bool allow_rebias) { argument

Completed in 25 milliseconds