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

/openjdk7/hotspot/src/share/vm/runtime/
H A DbiasedLocking.cpp261 HR_BULK_REBIAS = 3, enumerator in enum:HeuristicsResult
312 return HR_BULK_REBIAS;
622 (heuristics == HR_BULK_REBIAS), "?");
624 (heuristics == HR_BULK_REBIAS),
647 } else if ((heuristics == HR_BULK_REBIAS) ||
649 bulk_revoke_or_rebias_at_safepoint(obj, (heuristics == HR_BULK_REBIAS), false, NULL);
663 } else if ((heuristics == HR_BULK_REBIAS) ||
665 bulk_revoke_or_rebias_at_safepoint(obj, (heuristics == HR_BULK_REBIAS), false, NULL);

Completed in 29 milliseconds