On Wed, 23 Nov 2022 07:46:18 GMT, Daniel Jeliński <[email protected]> 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
