JDK-8367038 : Test compiler/loopopts/superword/TestAliasingFuzzer.java#vanilla completed then timed out
  • Type: Bug
  • Component: hotspot
  • Sub-Component: compiler
  • Affected Version: 26
  • Priority: P4
  • Status: Closed
  • Resolution: Duplicate
  • Submitted: 2025-09-07
  • Updated: 2025-09-08
  • Resolved: 2025-09-08
Related Reports
Duplicate :  
Description
Test completed but then the Driver times out.


Code Generation:  1.2619641
Code Compilation: 11.30062
Running Tests:    112.842255
----------System.err:(3/35)----------

JavaTest Message: Test complete.

result: Error. "driver" action timed out with a timeout of 120 seconds on agent 105

The driver process stack dump shows nothing running except the main thread:

  thread #3
    frame #0: 0x00007ff812a4b2d6 libsystem_kernel.dylib`poll + 10
    frame #1: 0x0000000104d28ca6 libnio.dylib`Java_sun_nio_ch_Net_poll + 86
    frame #2: 0x000000011753e81a
    frame #3: 0x0000000117537dda
    frame #4: 0x0000000117537f22
    frame #5: 0x0000000117537dda
    frame #6: 0x0000000117537dda
    frame #7: 0x0000000117537dda
    frame #8: 0x0000000117537dda
    frame #9: 0x0000000117537dda
    frame #10: 0x0000000110113cbc
    frame #11: 0x0000000117537dda
    frame #12: 0x0000000117537dda
    frame #13: 0x0000000117537f22
    frame #14: 0x00000001175306fd
    frame #15: 0x00000001063b98f8 libjvm.dylib`JavaCalls::call_helper(JavaValue*, methodHandle const&, JavaCallArguments*, JavaThread*) + 1080
    frame #16: 0x00000001064b5a3b libjvm.dylib`jni_invoke_static(JNIEnv_*, JavaValue*, _jobject*, JNICallType, _jmethodID*, JNI_ArgumentPusher*, JavaThread*) + 443
    frame #17: 0x00000001064bb72f libjvm.dylib`jni_CallStaticVoidMethod + 511
    frame #18: 0x0000000103a0355a libjli.dylib`JavaMain + 2058
    frame #19: 0x0000000103a064a9 libjli.dylib`ThreadJavaMain + 9
    frame #20: 0x00007ff812a83259 libsystem_pthread.dylib`_pthread_start + 125
    frame #21: 0x00007ff812a7ec7b libsystem_pthread.dylib`thread_start + 15

Suspicion is that this is actually a jtreg / test-harness issue
Comments
Duplicate of JDK-8366940.
08-09-2025