Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

jdk24 OpenJDK java/lang/Thread/virtual/CancelTimerWithContention timeout #21037

Open
pshipton opened this issue Jan 29, 2025 · 4 comments
Open

Comments

@pshipton
Copy link
Member

https://openj9-jenkins.osuosl.org/job/Test_openjdk24_j9_sanity.openjdk_x86-64_mac_Nightly_testList_2/3/
jdk_lang_j9_1
java/lang/Thread/virtual/CancelTimerWithContention.java - timeout

04:26:17  2025-01-28T09:24:41.328182Z #threads = 6600
04:26:17  2025-01-28T09:25:06.469435Z #threads = 6700
04:26:17  2025-01-28T09:25:32.777427Z #threads = 6800
04:26:17  2025-01-28T09:26:00.329101Z #threads = 6900
04:26:17  Timeout signalled after 960 seconds
@babsingh
Copy link
Contributor

This seems related to VT pinning support. Most likely related to other VT pinning timeouts (see #21035 (comment)). ++@fengxue-IS.

pshipton added a commit to pshipton/openjdk-tests that referenced this issue Jan 30, 2025
java/lang/Thread/virtual/CancelTimerWithContention.java
java/lang/Thread/virtual/Starvation.java

Issues:
eclipse-openj9/openj9#21036
eclipse-openj9/openj9#21037

Signed-off-by: Peter Shipton <[email protected]>
@pshipton
Copy link
Member Author

Excluding via adoptium/aqa-tests#5931

llxia pushed a commit to adoptium/aqa-tests that referenced this issue Jan 30, 2025
java/lang/Thread/virtual/CancelTimerWithContention.java
java/lang/Thread/virtual/Starvation.java

Issues:
eclipse-openj9/openj9#21036
eclipse-openj9/openj9#21037

Signed-off-by: Peter Shipton <[email protected]>
@pshipton pshipton added the vt label Feb 24, 2025
judovana pushed a commit to judovana/aqa-tests that referenced this issue Mar 11, 2025
java/lang/Thread/virtual/CancelTimerWithContention.java
java/lang/Thread/virtual/Starvation.java

Issues:
eclipse-openj9/openj9#21036
eclipse-openj9/openj9#21037

Signed-off-by: Peter Shipton <[email protected]>
@babsingh
Copy link
Contributor

babsingh commented Mar 11, 2025

STDERR:
18:59:48.942 0x2bc300    j9vm.224    *   ** ASSERTION FAILED ** at /root/openj9-openjdk-jdk24/openj9/runtime/vm/ContinuationHelpers.cpp:366: ((__null == continuation->nextWaitingContinuation))
JVMDUMP039I Processing dump event "traceassert", detail "" at 2025/03/11 11:59:48 - please wait.
18:59:48.943 0x2c0000    j9vm.224    *   ** ASSERTION FAILED ** at /root/openj9-openjdk-jdk24/openj9/runtime/vm/ContinuationHelpers.cpp:366: ((__null == continuation->nextWaitingContinuation))

4XESTACKTRACE                at CancelTimerWithContention.test(CancelTimerWithContention.java:96) //lock.wait and lock.notify are employed

#14 0x00007fc0ec932644 in freeContinuation (currentThread=0x2bc300, continuationObject=0x7063ec9c8, skipLocalCache=0) at /root/openj9-openjdk-jdk24/openj9/runtime/vm/ContinuationHelpers.cpp:366
#15 0x00007fc0ec932efd in yieldContinuation (currentThread=0x2bc300, isFinished=1, returnState=1) at /root/openj9-openjdk-jdk24/openj9/runtime/vm/ContinuationHelpers.cpp:342
#16 0x00007fc0ec937fb7 in VM_BytecodeInterpreterCompressed::yieldContinuationImpl (_pc=<optimized out>, _sp=<optimized out>, this=<optimized out>) at /root/openj9-openjdk-jdk24/openj9/runtime/vm/BytecodeInterpreter.hpp:5782

@babsingh babsingh assigned tajila and unassigned fengxue-IS Mar 11, 2025
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
None yet
Development

No branches or pull requests

4 participants