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

/openjdk7/hotspot/src/share/vm/gc_implementation/g1/
H A DsatbQueue.cpp316 VMThread* vmt = VMThread::vm_thread(); local
317 if (vmt->claim_oops_do(true, parity)) {
/openjdk7/hotspot/src/share/vm/runtime/
H A Dthread.cpp4152 VMThread* vmt = VMThread::vm_thread();
4153 if (vmt->claim_oops_do(is_par, cp)) {
4154 vmt->oops_do(f, cf);

Completed in 40 milliseconds