RFR: 8301942: java/net/httpclient/DigestEchoClientSSL.java fail with -Xcomp
Daniel Fuchs
dfuchs at openjdk.org
Tue Feb 7 13:59:44 UTC 2023
On Tue, 7 Feb 2023 07:57:04 GMT, SUN Guoyun <duke at openjdk.org> wrote:
> This test failed with VM_OPTIONS=-Xcomp and CONF=fastdebug on the LOONGARCH64 architecture.
>
> java.lang.AssertionError: WARNING: tracker for HttpClientImpl(1) has outstanding operations:
> Pending HTTP Requests: 0
> Pending HTTP/1.1 operations: 0
> Pending HTTP/2 streams: 0
> Pending WebSocket operations: 0
> Pending TCP connections: 1
> Total pending operations: 0
> Facade referenced: false
> Selector alive: true
> Found 0 client still active, with 0 operations still pending out of 1 tracked clients.
>
>
> This PR fix the issue, Please help review it.
>
> Thanks.
Sounds reasonable to me
-------------
Marked as reviewed by dfuchs (Reviewer).
PR: https://git.openjdk.org/jdk/pull/12449
More information about the net-dev
mailing list