--- old/modules/jdk.packager/src/main/native/library/common/PosixPlatform.cpp 2017-02-13 11:55:23.000000000 -0800 +++ new/modules/jdk.packager/src/main/native/library/common/PosixPlatform.cpp 2017-02-13 11:55:22.000000000 -0800 @@ -309,7 +309,7 @@ bool result = false; int status = 0; - pid_t wpid; + pid_t wpid = -1; //TODO Use waitpid instead of wait #ifdef LINUX