Babneet Singh

Results 250 comments of Babneet Singh

@pshipton @JasonFengJ9 Have you seen this failure recently? @hzongaro This failure is related to Dynamic Loop Transfer (DLT). fyi @tajila

> is the problem related to Dynamic Loop Transfer, or is [DLT an abbreviation of DaaLoadTest in this context](https://github.com/adoptium/openj9-systemtest/blob/6b4ec829339c45b3b8b968b5c91aec75e1ffb3d7/openj9.test.load/src/test.load/net/openj9/stf/DaaLoadTest.java#L166-L168)? Based on @hzongaro’s recent comments, in this context `DLT` most likely...

- It seems related to https://github.com/eclipse-openj9/openj9/pull/19076. - https://github.com/eclipse-openj9/openj9/pull/19186 is the potential fix which was merged an hour after the failing builds were launched. - @fengxue-IS Can you please launch appropriate...

https://docs.oracle.com/en/java/javase/21/docs/specs/jvmti.html - `JVMTI_THREAD_STATE_IN_NATIVE`: Thread is in native code--that is, a native method is running which has not called back into the VM or Java programming language code. - See the...

**Another note:** the original failure reported in this issue has been resolved by https://github.com/eclipse-openj9/openj9/pull/19186.

The [initial failure](https://github.com/eclipse-openj9/openj9/issues/19203#issue-2198527425) reported in the issue has been fixed. The [IN_NATIVE failure](https://github.com/eclipse-openj9/openj9/issues/19203#issuecomment-2013748097) reported later is a test issue and doesn't block the 0.46 release. It also happens with the...

@tajila Similar to https://github.com/eclipse-openj9/openj9/issues/18730, [GetThreadStateMountedTest failed with both missing bits and unexpected bits](https://bugs.openjdk.org/browse/JDK-8318090) has been moved to JDK27. I don't see a `JDK27` milestone yet, so I have moved this...

The failure occurred once in a 250x grinder run: https://openj9-jenkins.osuosl.org/job/Grinder/4565 Although the logs mention a timeout, the actual issue appears to be a JIT crash, followed by a GC crash...

Ah, the core files weren’t generated; the test timed out while attempting to generate them after the GPF. There’s a call to `jitWalkStackFrames` within `walkStackFrames` to handle transitions from the...