Lines Matching refs:full

449         "before full %3.7f + %3.7f > %3.7f ", cms_duration(),
1417 // to delay the transition from uninitialized to full object
1468 bool ConcurrentMarkSweepGeneration::should_collect(bool full,
1472 // We allow a STW collection only if a full
1474 return full || should_allocate(size, tlab); // FIX ME !!!
1526 // is full, start a collection.
1594 // extreme. To collect too rarely falls back on full collections,
1645 void ConcurrentMarkSweepGeneration::collect(bool full,
1650 collector()->collect(full, clear_all_soft_refs, size, tlab);
1653 void CMSCollector::collect(bool full,
1662 gclog_or_tty->print_cr("Thread " INTPTR_FORMAT " skipped full:%d CMS state %d",
1663 Thread::current(), full, _collectorState);
1682 acquire_control_and_collect(full, clear_all_soft_refs);
1787 void CMSCollector::acquire_control_and_collect(bool full,
1908 full,
1943 // the number of full gc's since the last concurrent cycle
2222 _full_gc_requested = false; // acks all outstanding full gc requests
2645 void CMSCollector::gc_prologue(bool full) {
2683 _cmsGen->gc_prologue_work(full, registerClosure, muc);
2684 _permGen->gc_prologue_work(full, registerClosure, muc);
2686 if (!full) {
2691 void ConcurrentMarkSweepGeneration::gc_prologue(bool full) {
2695 collector()->gc_prologue(full);
2701 void ConcurrentMarkSweepGeneration::gc_prologue_work(bool full,
2724 void CMSCollector::gc_epilogue(bool full) {
2748 _cmsGen->gc_epilogue_work(full);
2749 _permGen->gc_epilogue_work(full);
2782 void ConcurrentMarkSweepGeneration::gc_epilogue(bool full) {
2783 collector()->gc_epilogue(full);
2793 void ConcurrentMarkSweepGeneration::gc_epilogue_work(bool full) {
3217 // (ii) old gen is getting really full, or
3714 // iterate over marked bits in bit map, doing a full scan and mark
4168 // We cannot assert that the overflow stack is full because
4710 // the free_list_lock and bitmap lock to do a full marking, then
4939 gch->do_collection(true, // full (i.e. force, see below)
6230 bool full) {
6233 if (!full && (current_level + 1) == level()) {
6379 // Because only the full (i.e., concurrent mode failure) collections
7730 // We cannot assert that the overflow stack is full because