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

/openjdk7/hotspot/src/share/vm/memory/
H A DreferenceProcessor.hpp228 bool _discovery_is_mt; // true if reference discovery is MT. member in class:ReferenceProcessor
434 _discovery_is_mt(false),
492 bool discovery_is_mt() const { return _discovery_is_mt; }
493 void set_mt_discovery(bool mt) { _discovery_is_mt = mt; }
H A DreferenceProcessor.cpp109 _discovery_is_mt = mt_discovery;
921 bool must_balance = _discovery_is_mt;
1029 if (_discovery_is_mt) {
1076 assert(_discovery_is_mt, "!_discovery_is_mt should have been handled by caller");
1251 if (_discovery_is_mt) {

Completed in 35 milliseconds