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

/openjdk7/hotspot/src/share/vm/runtime/
H A Dthread.hpp576 void check_for_valid_safepoint_state(bool potential_vm_operation) PRODUCT_RETURN;
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 86 milliseconds