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

/openjdk7/hotspot/src/share/vm/runtime/
H A Dthread.cpp890 // The flag: potential_vm_operation notifies if this particular safepoint state could potential
893 void Thread::check_for_valid_safepoint_state(bool potential_vm_operation) { argument
902 if (potential_vm_operation && is_Java_thread()

Completed in 41 milliseconds