--- old/src/hotspot/os/solaris/os_solaris.cpp 2018-10-04 14:38:57.587316191 +0530 +++ new/src/hotspot/os/solaris/os_solaris.cpp 2018-10-04 14:38:57.455316192 +0530 @@ -5252,7 +5252,7 @@ // or -1 on failure (e.g. can't fork a new process). // Unlike system(), this function can be called from signal handler. It // doesn't block SIGINT et al. -int os::fork_and_exec(char* cmd) { +int os::fork_and_exec(char* cmd, bool use_vfork_if_available) { char * argv[4]; argv[0] = (char *)"sh"; argv[1] = (char *)"-c";