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

/openjdk7/hotspot/src/share/vm/gc_implementation/concurrentMarkSweep/
H A DvmCMSOperations.cpp68 FreelistLocker x(_collector);
80 FreelistLocker x(_collector);
H A DconcurrentMarkSweepGeneration.hpp1891 class FreelistLocker: public StackObj { class in inherits:StackObj
1895 FreelistLocker(CMSCollector* collector): function in class:FreelistLocker
1900 ~FreelistLocker() {
H A DconcurrentMarkSweepGeneration.cpp1502 FreelistLocker x(this);
1927 FreelistLocker z(this);
2203 FreelistLocker fll(this);
4947 FreelistLocker x(this);

Completed in 64 milliseconds