RFR: 8330033: com/sun/net/httpserver/bugs/B6431193.java fails in AssertionError after JDK-8326568
Jaikiran Pai
jpai at openjdk.org
Wed Apr 10 15:53:08 UTC 2024
On Wed, 10 Apr 2024 15:39:54 GMT, Darragh Clarke <dclarke at openjdk.org> wrote:
> After integrating [JDK-8326568](https://bugs.openjdk.org/browse/JDK-8326568), B6431193 has been failing due to a suspected race condition on whether the `handlerIsDaemon` is set.
>
> - Moved setting `handlerIsDaemon` from the finally block to before the response is sent
Looks reasonable. Please see if you can run a successful test-repeat of 50 before integrating.
-------------
Marked as reviewed by jpai (Reviewer).
PR Review: https://git.openjdk.org/jdk/pull/18727#pullrequestreview-1992100464
More information about the net-dev
mailing list