Uploaded image for project: 'JDK'
  1. JDK
  2. JDK-8301942

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

XMLWordPrintable

    • Icon: Bug Bug
    • Resolution: Fixed
    • Icon: P4 P4
    • 21
    • None
    • core-libs
    • None
    • b10
    • other
    • linux

      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.
          at ReferenceTracker.check(ReferenceTracker.java:201)
          at ReferenceTracker.checkShutdown(ReferenceTracker.java:270)
          at DigestEchoClient.testBasic(DigestEchoClient.java:516)
          at DigestEchoClient.main(DigestEchoClient.java:283)
          at DigestEchoClientSSL.main(DigestEchoClientSSL.java:51)
          at java.base/jdk.internal.reflect.DirectMethodHandleAccessor.invoke(DirectMethodHandleAccessor.java:104)
          at java.base/java.lang.reflect.Method.invoke(Method.java:578)
          at com.sun.javatest.regtest.agent.MainWrapper$MainThread.run(MainWrapper.java:125)
          at java.base/java.lang.Thread.run(Thread.java:1589)

      JavaTest Message: Test threw exception: 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.
      JavaTest Message: shutting down test

      STATUS:Failed.`main' threw exception: 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.
      ----------rerun:(44/11300)*----------

            sguoyun Sun Guoyun
            sguoyun Sun Guoyun
            Votes:
            0 Vote for this issue
            Watchers:
            3 Start watching this issue

              Created:
              Updated:
              Resolved: