Babneet Singh
Babneet Singh
@sophiaxu0424 @LongyuZhang @llxia - The test was added in https://github.com/adoptium/aqa-tests/pull/5133. - Can we get the test to work with JDK23?
> should this be in the 0.43 milestone plan? Yes since the failure happens quite often on OSX. Taking a look at the failure. > Another timeout at serviceability/jvmti/vthread/VThreadEventTest/VThreadEventTest.java The...
- The virtual thread is in a unsteady state `(inspectorCount = -1)` after being suspended via JVMTI. This causes the next JVMTI operations on the virtual thread to deadlock in...
Further investigation showed that the bug associated with `JVM_VirtualThreadDisableSuspend` doesn't exist in OpenJ9; see https://github.com/eclipse-openj9/openj9/issues/18671 for more details. Guess: a fix for #18504 might help with this failure.
@fengxue-IS This issue targeted for 0.46. Can you open a PR to backport the fix (https://github.com/eclipse-openj9/openj9/pull/19564) to the 0.46 release branch?
Closing, the 0.46 backport (https://github.com/eclipse-openj9/openj9/pull/19659) has been merged.
This failure is also seen with the RI: https://bugs.openjdk.org/browse/JDK-8315980. The failure is highly intermittent and it shouldn't block the 0.46 release. The source of the issue is the RI's Virtual...
re https://github.com/eclipse-openj9/openj9/issues/18730#issuecomment-2142864348: The failure is still highly intermittent and it also happens with the RI. This issue is not needed for the 0.48 release. The fix for the test will...
https://bugs.openjdk.org/browse/JDK-8315980 is targeted to JDK25 now. Moving this issue to the JDK25 milestone.
**Runtimes for `TestHandShake`:** https://github.com/eclipse-openj9/openj9/issues/15204#issuecomment-1155347134 **ExceutorService:** ``` Step 1: Launch 10 x Threads { outer: while (MemorySegment.session().isAlive()) {} try { doAccess(MemorySegment) } catch (IllegalStateException) { //suspending - elapased ... ms Thread.sleep...