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

/openjdk7/hotspot/src/share/vm/runtime/
H A DbiasedLocking.cpp320 bool bulk_rebias,
328 (bulk_rebias ? "rebias" : "revoke"),
339 if (bulk_rebias) {
511 bool bulk_rebias,
514 , _bulk_rebias(bulk_rebias)
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 24 milliseconds