Integrated: 8317736: Stream::handleReset locks twice
Daniel Fuchs
dfuchs at openjdk.org
Mon Oct 9 16:35:09 UTC 2023
On Mon, 9 Oct 2023 13:52:39 GMT, Daniel Fuchs <dfuchs at openjdk.org> wrote:
> Trivial one liner fix.
>
> The fix for [JDK-8308310](https://bugs.openjdk.org/browse/JDK-8308310) introduced a reentrant `stateLock` but also a regression. In `Stream::handleReset` the lock is locked twice.
This pull request has now been integrated.
Changeset: 508fa717
Author: Daniel Fuchs <dfuchs at openjdk.org>
URL: https://git.openjdk.org/jdk/commit/508fa71753171e125cd5345490cba1a1e545eb13
Stats: 1 line in 1 file changed: 0 ins; 0 del; 1 mod
8317736: Stream::handleReset locks twice
Reviewed-by: ccleary, djelinski, jpai, vtewari
-------------
PR: https://git.openjdk.org/jdk/pull/16101
More information about the net-dev
mailing list