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

/openjdk7/hotspot/src/share/vm/gc_implementation/concurrentMarkSweep/
H A DconcurrentMarkSweepGeneration.cpp126 class CMSTokenSync: public StackObj { class in inherits:StackObj
130 CMSTokenSync(bool is_cms_thread): function in class:CMSTokenSync
137 ~CMSTokenSync() {
146 // Convenience class that does a CMSTokenSync, and then acquires
148 class CMSTokenSyncWithLocks: public CMSTokenSync {
156 CMSTokenSync(is_cms_thread),
2271 CMSTokenSync x(true); // is cms thread
2379 CMSTokenSync z(true); // not strictly needed.
4432 CMSTokenSync x(true); // is cms thread
4506 CMSTokenSync
[all...]

Completed in 40 milliseconds