Integrated: 8376479: Http3 test server thread deadlock in ThrowingPublishersInRequest
Daniel Jeliński
djelinski at openjdk.org
Mon Feb 2 15:00:45 UTC 2026
On Tue, 27 Jan 2026 13:54:07 GMT, Daniel Jeliński <djelinski at openjdk.org> wrote:
> This fixes a deadlock between the thread that reads from the RequestBodyInputStream and the thread that tries to close it in response to a stream reset. See the linked JBS ticket for details.
>
> Tier1 and tier2 tests continue to pass. I verified that with this change there are no busy threads at the end of the test.
This pull request has now been integrated.
Changeset: 173c3f98
Author: Daniel Jeliński <djelinski at openjdk.org>
URL: https://git.openjdk.org/jdk/commit/173c3f9852672f6c917e975383172c8878ba7e96
Stats: 71 lines in 2 files changed: 16 ins; 35 del; 20 mod
8376479: Http3 test server thread deadlock in ThrowingPublishersInRequest
Co-authored-by: Volkan Yazici <vyazici at openjdk.org>
Reviewed-by: dfuchs
-------------
PR: https://git.openjdk.org/jdk/pull/29448
More information about the net-dev
mailing list