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

/openjdk7/hotspot/src/share/vm/runtime/
H A DbiasedLocking.hpp113 int _total_entry_count; member in class:VALUE_OBJ_CLASS_SPEC
123 _total_entry_count(0),
133 int* total_entry_count_addr() { return &_total_entry_count; }
141 bool nonzero() { return _total_entry_count > 0; }
H A DbiasedLocking.cpp762 return _total_entry_count - sum;
766 tty->print_cr("# total entries: %d", _total_entry_count);

Completed in 41 milliseconds