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

/openjdk7/hotspot/src/share/vm/runtime/
H A Djava.cpp634 void vm_notify_during_shutdown(const char* error, const char* message) { function
663 vm_notify_during_shutdown(NULL, NULL);
671 vm_notify_during_shutdown(ex->as_C_string(), message);
678 vm_notify_during_shutdown(error, message);
685 vm_notify_during_shutdown(error, message);

Completed in 30 milliseconds