Babneet Singh

Results 230 comments of Babneet Singh

re https://github.com/eclipse-openj9/openj9/issues/18763#issuecomment-2218759739: `GetThreadStateTest` failure is identical to the `IN_NATIVE` failure mentioned in https://github.com/eclipse-openj9/openj9/issues/18763#issuecomment-2142491403; it is a test issue and the failure is also seen with the RI. `SuspendResume2` failure is...

Moving this issue to the Java 24 milestone in order to match the RI's release target.

fyi @fengxue-IS, Moving it back to the 0.48 release due to the recent `SuspendResume2` failure on JDK21 reported by @JasonFengJ9.

@fengxue-IS For 0.48, this issue will need to be resolved by the end of this week. What's the current state of this issue? Based on this issue's impact, do we...

> java/lang/Thread/virtual/Parking.java#Xint timeout The failing job was too old and had already been deleted. I ran a 200x grinder for `Parking.java#Xint` on zLinux: https://openj9-jenkins.osuosl.org/job/Grinder/4395 The timeout in `Parking.java#Xint` was not...

> java/lang/Thread/virtual/ThreadAPI.java#default timeout There are two issues. ======= ### Issue 1 We likely missed a code path in `VirtualThread.afterYield()` due to a race between the thread transitioning to a `WAIT`...

Ran a 200x grinder on AIX: https://openj9-jenkins.osuosl.org/job/Grinder/4424. Also verified the test locally 150x on my xLinux machine. The timeout is no longer reproducible. Opened https://github.com/adoptium/aqa-tests/pull/6387 to re-enable the test.

Closing as https://github.com/adoptium/aqa-tests/pull/6387 has been merged to re-enable the test.

Adding the `comp:jit` label since no failures were observed in the 100x grinder run with `-Xint`: https://hyc-runtimes-jenkins.swg-devops.com/job/Grinder/51368. The test failure does not appear to be related to JDK 24 virtual...

@theresa-m Can you find out if these timeouts are identical to https://github.com/eclipse-openj9/openj9/issues/21826?