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

/openjdk7/hotspot/src/share/vm/runtime/
H A DvmThread.cpp426 VM_Operation* safepoint_ops = NULL; local
479 safepoint_ops = _vm_queue->drain_at_safepoint_priority();
505 _vm_queue->set_drain_list(safepoint_ops); // ensure ops can be scanned
512 _cur_vm_operation = safepoint_ops;
540 safepoint_ops = _vm_queue->drain_at_safepoint_priority();
542 safepoint_ops = NULL;
544 } while(safepoint_ops != NULL);

Completed in 30 milliseconds