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

/openjdk7/hotspot/src/share/vm/runtime/
H A DbiasedLocking.hpp116 int _rebiased_lock_entry_count; member in class:VALUE_OBJ_CLASS_SPEC
126 _rebiased_lock_entry_count(0),
136 int* rebiased_lock_entry_count_addr() { return &_rebiased_lock_entry_count; }

Completed in 30 milliseconds