hotspot/src/share/vm/runtime/java.hpp
changeset 8076 96d498ec7ae1
parent 7900 4c7fc6332f7e
child 10526 3e92f211533f
equal deleted inserted replaced
8075:582dd25571b2 8076:96d498ec7ae1
    47 // Trigger any necessary notification of the VM being shutdown
    47 // Trigger any necessary notification of the VM being shutdown
    48 extern void notify_vm_shutdown();
    48 extern void notify_vm_shutdown();
    49 
    49 
    50 // VM exit if error occurs during initialization of VM
    50 // VM exit if error occurs during initialization of VM
    51 extern void vm_exit_during_initialization(Handle exception);
    51 extern void vm_exit_during_initialization(Handle exception);
    52 extern void vm_exit_during_initialization(symbolHandle exception_name, const char* message);
    52 extern void vm_exit_during_initialization(Symbol* exception_name, const char* message);
    53 extern void vm_exit_during_initialization(const char* error, const char* message = NULL);
    53 extern void vm_exit_during_initialization(const char* error, const char* message = NULL);
    54 extern void vm_shutdown_during_initialization(const char* error, const char* message = NULL);
    54 extern void vm_shutdown_during_initialization(const char* error, const char* message = NULL);
    55 
    55 
    56 /**
    56 /**
    57  * Discovering the JDK_Version during initialization is tricky when the
    57  * Discovering the JDK_Version during initialization is tricky when the