On Sat, 4 Oct 2025 13:12:37 GMT, Jason Mehrens <[email protected]> wrote:

> Destroy/close not waiting on exit is correct behavior.

Yes, for destroy  (and clearly documented in the case destroyForcibly). It's 
surprising and problematic for close. It creates a usability issue when using 
try-with-resources as the resource (the Process in this case) is not in scope 
after the t-w-r statement.

-------------

PR Review Comment: https://git.openjdk.org/jdk/pull/26649#discussion_r2403979329

Reply via email to