--- old/src/jdk.jpackage/windows/native/libapplauncher/WindowsPlatform.cpp 2019-08-28 09:04:33.547764200 -0400 +++ new/src/jdk.jpackage/windows/native/libapplauncher/WindowsPlatform.cpp 2019-08-28 09:04:30.724109900 -0400 @@ -705,7 +705,8 @@ } if (::CreateProcess(Application.data(), (wchar_t*)command.data(), NULL, - NULL, FALSE, 0, NULL, NULL, &startupInfo, &FProcessInfo) == FALSE) { + NULL, FALSE, 0, NULL, NULL, &startupInfo, &FProcessInfo) + == FALSE) { TString message = PlatformString::Format( _T("Error: Unable to create process %s"), Application.data());