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

/openjdk7/hotspot/src/share/vm/oops/
H A Dklass.hpp83 // [biased_lock_revocation_count]
682 int biased_lock_revocation_count() const { return (int) _biased_lock_revocation_count; } function
683 // Atomically increments biased_lock_revocation_count and returns updated value

Completed in 36 milliseconds