RFR: 8297200: java/net/httpclient/SpecialHeadersTest.java failed once in AssertionError due to selector thread remaining alive [v2]

Daniel Fuchs dfuchs at openjdk.org
Wed Nov 23 11:40:20 UTC 2022


On Wed, 23 Nov 2022 07:46:18 GMT, Daniel Jeliński <djelinski at openjdk.org> wrote:

>> Daniel Fuchs has updated the pull request incrementally with one additional commit since the last revision:
>> 
>>   Fixed race condition in detecting if selector is still alive
>
> src/java.net.http/share/classes/jdk/internal/net/http/common/OperationTrackers.java line 69:
> 
>> 67:         // Whether the implementation of the facade
>> 68:         // is still referenced
>> 69:         boolean isImplementationReferenced();
> 
> This method appears to be unused

Yes - I'm planning to update some tests to use it in some future PRs.

-------------

PR: https://git.openjdk.org/jdk/pull/11294


More information about the net-dev mailing list