Integrated: 8330033: com/sun/net/httpserver/bugs/B6431193.java fails in AssertionError after JDK-8326568
Darragh Clarke
dclarke at openjdk.org
Wed Apr 10 16:14:11 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
This pull request has now been integrated.
Changeset: 70944ca5
Author: Darragh Clarke <dclarke at openjdk.org>
URL: https://git.openjdk.org/jdk/commit/70944ca54ad0090c734bb5b3082beb33450c4877
Stats: 3 lines in 1 file changed: 1 ins; 2 del; 0 mod
8330033: com/sun/net/httpserver/bugs/B6431193.java fails in AssertionError after JDK-8326568
Reviewed-by: jpai, dfuchs
-------------
PR: https://git.openjdk.org/jdk/pull/18727
More information about the net-dev
mailing list