hotspot/src/share/vm/runtime/os.hpp
changeset 26682 f339669ba825
parent 26680 1f181bd352ce
child 26689 231048b0dfbd
equal deleted inserted replaced
26681:d35d35fbbe43 26682:f339669ba825
   480   static char* do_you_want_to_debug(const char* message);
   480   static char* do_you_want_to_debug(const char* message);
   481 
   481 
   482   // run cmd in a separate process and return its exit code; or -1 on failures
   482   // run cmd in a separate process and return its exit code; or -1 on failures
   483   static int fork_and_exec(char *cmd);
   483   static int fork_and_exec(char *cmd);
   484 
   484 
   485   // os::exit() is merged with vm_exit()
   485   // Call ::exit() on all platforms but Windows
   486   // static void exit(int num);
   486   static void exit(int num);
   487 
   487 
   488   // Terminate the VM, but don't exit the process
   488   // Terminate the VM, but don't exit the process
   489   static void shutdown();
   489   static void shutdown();
   490 
   490 
   491   // Terminate with an error.  Default is to generate a core file on platforms
   491   // Terminate with an error.  Default is to generate a core file on platforms