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

Test runtime/logging/StressAsyncUL.java is timing out

XMLWordPrintable

    • b15

      This test enables all logging and the volume of that has increased significantly recently due to new AOT logging. However, this test sometimes chokes up and times out. A normal windows run is 1-2 minutes, but we timeout after 16 minutes.

      The test exec's a number of subprocesses.

      ----------messages:(12/420)----------
      command: driver StressAsyncUL
      reason: User specified action: run driver StressAsyncUL
      started: Sun Aug 31 05:22:20 UTC 2025
      Mode: agentvm
      Agent id: 12
      Process id: 56196
      Additional exports to unnamed modules from @modules: java.base/jdk.internal.misc
      Timeout signalled after 480 seconds
      Timeout information:
      --- Timeout information end.
      finished: Sun Aug 31 05:38:51 UTC 2025
      elapsed time (seconds): 990.907

      The timeout handler thread dump shows no test code executing, just the main agent thread:

        "tid": "3",
                  "time": "2025-08-31T05:34:20.645579600Z",
                  "name": "main",
                  "state": "RUNNABLE",
                  "stack": [
                    "java.base\/sun.nio.ch.Net.poll(Native Method)",
                    "java.base\/sun.nio.ch.NioSocketImpl.park(NioSocketImpl.java:190)",
                    "java.base\/sun.nio.ch.NioSocketImpl.timedRead(NioSocketImpl.java:279)",
                    "java.base\/sun.nio.ch.NioSocketImpl.implRead(NioSocketImpl.java:302)",
                    "java.base\/sun.nio.ch.NioSocketImpl.read(NioSocketImpl.java:354)",
                    "java.base\/sun.nio.ch.NioSocketImpl$1.read(NioSocketImpl.java:798)",
                    "java.base\/java.net.Socket$SocketInputStream.implRead(Socket.java:981)",
                    "java.base\/java.net.Socket$SocketInputStream.read(Socket.java:971)",
                    "java.base\/java.io.BufferedInputStream.fill(BufferedInputStream.java:289)",
                    "java.base\/java.io.BufferedInputStream.read(BufferedInputStream.java:308)",
                    "java.base\/java.io.FilterInputStream.read(FilterInputStream.java:71)",
                    "com.sun.javatest.regtest.agent.AgentServer.run(AgentServer.java:238)",
                    "com.sun.javatest.regtest.agent.AgentServer.main(AgentServer.java:71)"
                  ],

            jsjolen Johan Sjölen
            dholmes David Holmes
            Votes:
            0 Vote for this issue
            Watchers:
            7 Start watching this issue

              Created:
              Updated:
              Resolved: