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

/openjdk9/hotspot/src/share/vm/runtime/
H A DvmThread.cpp204 VM_Operation* VMThread::_cur_vm_operation = NULL; member in class:VMThread
369 // Last access of info in _cur_vm_operation!
376 // It is unsafe to access the _cur_vm_operation after the 'increment_vm_operation_completed_count' call,
379 delete _cur_vm_operation;
385 assert(_cur_vm_operation == NULL, "no current one should be executing");
397 assert(_cur_vm_operation == NULL, "no current one should be executing");
398 _cur_vm_operation = _vm_queue->remove_next();
401 if (PrintVMQWaitTime && _cur_vm_operation != NULL &&
402 !_cur_vm_operation->evaluate_concurrently()) {
403 long stall = os::javaTimeMillis() - _cur_vm_operation
[all...]
H A DvmThread.hpp129 static VM_Operation* vm_operation() { return _cur_vm_operation; }
151 static VM_Operation* _cur_vm_operation; // Current VM operation member in class:VMThread

Completed in 92 milliseconds