On Wed, 17 Dec 2025 14:47:05 GMT, Alexey Semenyuk <[email protected]> wrote:
> Fix potential deadlock in `jdk.jpackage.test.Executor.runExecutable()`: read > subprocess's output streams concurrently in separate threads instead of > reading them sequentially from the same thread. > > This change required updating some test cases in the corresponding unit test. This pull request has now been integrated. Changeset: ea583441 Author: Alexey Semenyuk <[email protected]> URL: https://git.openjdk.org/jdk/commit/ea5834415db6410c73271c496811ff6b5dcc87ef Stats: 42 lines in 2 files changed: 38 ins; 0 del; 4 mod 8373887: jpackage tests may potentially deadlock Reviewed-by: almatvee ------------- PR: https://git.openjdk.org/jdk/pull/28872
