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

/openjdk7/hotspot/src/share/vm/gc_implementation/concurrentMarkSweep/
H A DconcurrentMarkSweepGeneration.cpp165 class ICMSDisabler: public StackObj { class in inherits:StackObj
170 ICMSDisabler() { CMSCollector::disable_icms(); CMSCollector::start_icms(); } function in class:ICMSDisabler
171 ~ICMSDisabler() { CMSCollector::enable_icms(); }
1806 ICMSDisabler icms_disabler;

Completed in 47 milliseconds