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

/openjdk7/hotspot/src/share/vm/runtime/
H A DbiasedLocking.hpp119 int _slow_path_entry_count; member in class:VALUE_OBJ_CLASS_SPEC
129 _slow_path_entry_count(0) {}
139 int* slow_path_entry_count_addr() { return &_slow_path_entry_count; }
H A DbiasedLocking.cpp755 if (_slow_path_entry_count != 0) {
756 return _slow_path_entry_count;

Completed in 31 milliseconds