Searched defs:_full_gc_requested (Results 1 - 2 of 2) sorted by relevance

/openjdk7/hotspot/src/share/vm/gc_implementation/concurrentMarkSweep/
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) {
H A DconcurrentMarkSweepGeneration.hpp576 static bool _full_gc_requested; member in class:CMSCollector

Completed in 54 milliseconds