< prev index next >

src/hotspot/share/runtime/os.hpp

Print this page

        

@@ -537,11 +537,11 @@
 
   static bool message_box(const char* title, const char* message);
   static char* do_you_want_to_debug(const char* message);
 
   // run cmd in a separate process and return its exit code; or -1 on failures
-  static int fork_and_exec(char *cmd);
+  static int fork_and_exec(char *cmd, bool use_vfork_if_available = false);
 
   // Call ::exit() on all platforms but Windows
   static void exit(int num);
 
   // Terminate the VM, but don't exit the process
< prev index next >