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

/openjdk7/hotspot/src/share/vm/runtime/
H A DbiasedLocking.hpp118 int _fast_path_entry_count; member in class:VALUE_OBJ_CLASS_SPEC
128 _fast_path_entry_count(0),
138 int* fast_path_entry_count_addr() { return &_fast_path_entry_count; }
H A DbiasedLocking.cpp760 _fast_path_entry_count;
771 tty->print_cr("# fast path lock entries: %d", _fast_path_entry_count);

Completed in 32 milliseconds