hotspot/src/share/vm/runtime/os.hpp
changeset 34621 7676bec20997
parent 34305 e399e6b44631
child 34633 2a6c7c7b30a7
equal deleted inserted replaced
34620:77ef20312eb2 34621:7676bec20997
   639   static void print_hex_dump(outputStream* st, address start, address end, int unitsize);
   639   static void print_hex_dump(outputStream* st, address start, address end, int unitsize);
   640 
   640 
   641   // returns a string to describe the exception/signal;
   641   // returns a string to describe the exception/signal;
   642   // returns NULL if exception_code is not an OS exception/signal.
   642   // returns NULL if exception_code is not an OS exception/signal.
   643   static const char* exception_name(int exception_code, char* buf, size_t buflen);
   643   static const char* exception_name(int exception_code, char* buf, size_t buflen);
       
   644 
       
   645   // Returns the signal number (e.g. 11) for a given signal name (SIGSEGV).
       
   646   static int get_signal_number(const char* signal_name);
   644 
   647 
   645   // Returns native Java library, loads if necessary
   648   // Returns native Java library, loads if necessary
   646   static void*    native_java_library();
   649   static void*    native_java_library();
   647 
   650 
   648   // Fills in path to jvm.dll/libjvm.so (used by the Disassembler)
   651   // Fills in path to jvm.dll/libjvm.so (used by the Disassembler)