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

/openjdk7/hotspot/src/share/vm/runtime/
H A DbiasedLocking.cpp47 bool _is_cheap_allocated; member in class:VM_EnableBiasedLocking
49 VM_EnableBiasedLocking(bool is_cheap_allocated) { _is_cheap_allocated = is_cheap_allocated; }
51 Mode evaluation_mode() const { return _is_cheap_allocated ? _async_safepoint : _safepoint; }
52 bool is_cheap_allocated() const { return _is_cheap_allocated; }

Completed in 220 milliseconds