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

/openjdk7/hotspot/src/share/vm/gc_implementation/concurrentMarkSweep/
H A DconcurrentMarkSweepThread.cpp143 GCCause::Cause cause = _collector->_full_gc_requested ?
309 if (_should_terminate || _collector->_full_gc_requested) {
H A DconcurrentMarkSweepGeneration.hpp576 static bool _full_gc_requested; member in class:CMSCollector
H A DconcurrentMarkSweepGeneration.cpp65 bool CMSCollector::_full_gc_requested = false; member in class:CMSCollector
1480 if (_full_gc_requested) {
1692 _full_gc_requested = true;
2222 _full_gc_requested = false; // acks all outstanding full gc requests
3233 if (_full_gc_requested && ExplicitGCInvokesConcurrentAndUnloadsClasses) {

Completed in 57 milliseconds