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

/openjdk7/hotspot/src/share/vm/gc_implementation/shared/
H A DisGCActiveMark.hpp33 // _is_gc_active state without requiring accessors in CollectedHeap
40 heap->_is_gc_active = true;
46 heap->_is_gc_active = false;
/openjdk7/hotspot/src/share/vm/gc_interface/
H A DcollectedHeap.hpp85 friend class IsGCActiveMark; // Block structured external access to _is_gc_active
105 bool _is_gc_active; member in class:CollectedHeap
550 bool is_gc_active() const { return _is_gc_active; }
H A DcollectedHeap.cpp149 _is_gc_active = false;
/openjdk7/hotspot/src/share/vm/memory/
H A DgenCollectedHeap.cpp476 FlagSetting fl(_is_gc_active, true);
/openjdk7/hotspot/src/share/vm/runtime/
H A DvmStructs.cpp535 nonstatic_field(CollectedHeap, _is_gc_active, bool) \
/openjdk7/hotspot/src/share/vm/gc_implementation/concurrentMarkSweep/
H A DconcurrentMarkSweepGeneration.cpp4934 FlagSetting fl(gch->_is_gc_active, false);

Completed in 959 milliseconds