You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
pshipton
changed the title
jdk19 OpenJDK java/lang/Thread/virtual/ActiviateSpareCarrier.java
jdk19 OpenJDK java/lang/Thread/virtual/ActiviateSpareCarrier.java timeout
Oct 26, 2022
It is a new test added to the JDK19 repo in 19.0.1 which has not been test before.
I've created a PR to exclude this test while this failure is being triaged
Test passed with -Djdk.virtualThreadScheduler.parallelism=2, so seems like OpenJ9 doesn't activate the spare carrier thread correctly when initial carrier is waiting. The code on activation is part of ForkJoinPool and Blockers which is part of the OpenJDK JCL which make this a bit strange.
Will add more debug output to the build to see if the tryCompensate function used to activate spare thread is correctly triggered.
https://openj9-jenkins.osuosl.org/job/Test_openjdk19_j9_sanity.openjdk_aarch64_linux_Nightly/36
java/lang/Thread/virtual/ActiviateSpareCarrier.java
https://openj9-artifactory.osuosl.org/artifactory/ci-openj9/Test/Test_openjdk19_j9_sanity.openjdk_aarch64_linux_Nightly/36/openjdk_test_output.tar.gz
Failed on amac as well although jstack couldn't connect to get the stacks. I suspect it's going to fail on all platforms.
https://openj9-jenkins.osuosl.org/job/Test_openjdk19_j9_sanity.openjdk_aarch64_mac_Nightly/38/
I expect this is related to ibmruntimes/openj9-openjdk-jdk19#40
The text was updated successfully, but these errors were encountered: