On Tue, 28 Jul 2026 15:00:06 GMT, Matthias Baesken <[email protected]> wrote:
> The windows relauncher.c has some unused local variable that should be > removed. > And the STARTUPINFO used in the coding needs some init step additional to > just zeroing it. > See > https://learn.microsoft.com/en-us/windows/win32/procthread/creating-processes > where the usage of STARTUPINFO with CreateProcess is described. > > --------- > - [x] I confirm that I make this contribution in accordance with the [OpenJDK > Interim AI Policy](https://openjdk.org/legal/ai). This pull request has now been integrated. Changeset: 91756320 Author: Matthias Baesken <[email protected]> URL: https://git.openjdk.org/jdk/commit/9175632078364892c38ea2e54c37fffd4dcaf618 Stats: 3 lines in 1 file changed: 1 ins; 1 del; 1 mod 8388991: Adjust relauncher.c to avoid unused variable and init STARTUPINFO as suggested Reviewed-by: stuefe, dholmes ------------- PR: https://git.openjdk.org/jdk/pull/32071
