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

/openjdk7/hotspot/src/share/vm/runtime/
H A DbiasedLocking.cpp321 bool attempt_rebias_of_object,
374 revoke_bias(o, attempt_rebias_of_object && klass->prototype_header()->has_bias_pattern(), true, requesting_thread);
412 if (attempt_rebias_of_object &&
425 (attempt_rebias_of_object && (o->mark()->biased_locker() == requesting_thread)),
512 bool attempt_rebias_of_object)
515 , _attempt_rebias_of_object(attempt_rebias_of_object) {}
319 bulk_revoke_or_rebias_at_safepoint(oop o, bool bulk_rebias, bool attempt_rebias_of_object, JavaThread* requesting_thread) argument
510 VM_BulkRevokeBias(Handle* obj, JavaThread* requesting_thread, bool bulk_rebias, bool attempt_rebias_of_object) argument

Completed in 33 milliseconds