JDK-8214174 : runtime/handshake/HandshakeWalkSuspendExitTest.java failed with timeout
  • Type: Bug
  • Component: hotspot
  • Sub-Component: runtime
  • Affected Version: 12
  • Priority: P4
  • Status: Closed
  • Resolution: Duplicate
  • OS: os_x
  • CPU: x86_64
  • Submitted: 2018-11-21
  • Updated: 2023-10-09
  • Resolved: 2019-03-26
Related Reports
Duplicate :  
Relates :  
Sub Tasks
JDK-8215583 :  
Description
Platform: macosx-x64
Test: runtime/handshake/HandshakeWalkSuspendExitTest.java
Run mode: agentvm
Error message: Error. Program `/scratch/mesos/jib-master/install/jdk12-jdk.922/macosx-x64-debug.jdk/jdk-12/fastdebug/bin/java' timed out (timeout set to 480000ms, elapsed time including timeout handling was 500292ms).
Comments
8210832 fixes the S/R problem. The problem is mixing of safepoint checking and not. The lock is now a sometimes lock.
11-01-2019

So there is one test bug but also a bug in suspend/resume.
10-01-2019

I think that these test should be problem listed. Tier1 tests should be very stable.
10-12-2018

Added stack-traces, VM Thread is in: frame #6: 0x0000000110a39b08 libjvm.dylib`VMThread::loop(this=<unavailable>) at vmThread.cpp:443 [opt] frame #7: 0x0000000110a394d6 libjvm.dylib`VMThread::run(this=0x00007ffd8a046000) at vmThread.cpp:267 [opt] There seems to be no active handshake, so I suspect there is a bug in the test (it's very new).
21-11-2018