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

/openjdk7/hotspot/src/share/vm/runtime/
H A DbiasedLocking.cpp532 // update the heuristics because doing so may cause unwanted bulk
554 // heuristics at this point so simply update the header with a
567 // heuristics. This is normally done in the assembly code but we
589 HeuristicsResult heuristics = update_heuristics(obj(), attempt_rebias); local
590 if (heuristics == HR_NOT_BIASED) {
592 } else if (heuristics == HR_SINGLE_REVOKE) {
621 assert((heuristics == HR_BULK_REVOKE) ||
622 (heuristics == HR_BULK_REBIAS), "?");
624 (heuristics == HR_BULK_REBIAS),
644 HeuristicsResult heuristics local
660 HeuristicsResult heuristics = update_heuristics(obj, false); local
[all...]

Completed in 32 milliseconds