RFR: 8301942: java/net/httpclient/DigestEchoClientSSL.java fail with -Xcomp
SUN Guoyun
duke at openjdk.org
Wed Feb 8 07:34:39 UTC 2023
On Tue, 7 Feb 2023 13:56:41 GMT, Daniel Fuchs <dfuchs 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
@dfuch @DamonFool Could you please sponsor it for me? Thank you.
-------------
PR: https://git.openjdk.org/jdk/pull/12449
More information about the net-dev
mailing list