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

/openjdk7/hotspot/src/share/vm/gc_implementation/concurrentMarkSweep/
H A DconcurrentMarkSweepThread.cpp254 set_CMS_flag(CMS_vm_wants_token);
258 clear_CMS_flag(CMS_vm_wants_token);
265 while (CMS_flag_is_set(CMS_vm_has_token | CMS_vm_wants_token)) {
288 assert(!CMS_flag_is_set(CMS_vm_has_token | CMS_vm_wants_token),
295 if (CMS_flag_is_set(CMS_vm_wants_token)) {
H A DconcurrentMarkSweepThread.hpp67 CMS_vm_wants_token = nth_bit(2), enumerator in enum:ConcurrentMarkSweepThread::CMS_flag_type
132 return CMS_flag_is_set(CMS_vm_wants_token);

Completed in 31 milliseconds