Integrated: 8301942: java/net/httpclient/DigestEchoClientSSL.java fail with -Xcomp

SUN Guoyun duke at openjdk.org
Mon Feb 13 12:53:37 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.

This pull request has now been integrated.

Changeset: df93880e
Author:    sunguoyun <sunguoyun at loongson.cn>
Committer: Daniel Fuchs <dfuchs at openjdk.org>
URL:       https://git.openjdk.org/jdk/commit/df93880efd60804118a1578e6da2a2291e8abae1
Stats:     1 line in 1 file changed: 0 ins; 0 del; 1 mod

8301942: java/net/httpclient/DigestEchoClientSSL.java fail with -Xcomp

Reviewed-by: dfuchs

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

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


More information about the net-dev mailing list