Integrated: 8373887: jpackage tests may potentially deadlock

Alexey Semenyuk asemenyuk at openjdk.org
Thu Dec 18 01:50:15 UTC 2025


On Wed, 17 Dec 2025 14:47:05 GMT, Alexey Semenyuk <asemenyuk at openjdk.org> 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 <asemenyuk at openjdk.org>
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


More information about the core-libs-dev mailing list