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

/openjdk7/hotspot/src/share/vm/runtime/
H A DbiasedLocking.cpp281 jlong last_bulk_revocation_time = k->last_biased_lock_bulk_revocation_time(); local
285 (last_bulk_revocation_time != 0) &&
286 (cur_time - last_bulk_revocation_time >= BiasedLockingDecayTime)) {

Completed in 30 milliseconds