RFR: 8373887: jpackage tests may potentially deadlock [v2]
Alexey Semenyuk
asemenyuk at openjdk.org
Wed Dec 17 17:39:04 UTC 2025
On Wed, 17 Dec 2025 15:21:54 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.
>
> Alexey Semenyuk has refreshed the contents of this pull request, and previous commits have been removed. The incremental views will show differences compared to the previous content of the PR. The pull request contains one new commit since the last revision:
>
> Fix WinResourceTest deadlock
@sashamatveev PTAL
-------------
PR Comment: https://git.openjdk.org/jdk/pull/28872#issuecomment-3666437157
More information about the core-libs-dev
mailing list