Babneet Singh

Results 230 comments of Babneet Singh

@rmnattas It's not a duplicate of #18910. Unlike #18910, the virtual thread is completed unmounted and not in an intermediate unsteady state in the above core file. ``` > !j9object...

@fengxue-IS Assigning it to you since it is related to Virtual Threads Pinning work.

1. Instead of transitioning to `TIMED_WAITING` or `WAITING` for `lock.wait()`, the `VirtualThread` (VT) gets `TERMINATED`. There is an issue in VT's wait logic. 2. `InterruptedException` is not thrown, when a...

@fengxue-IS Can you confirm if https://github.com/eclipse-openj9/openj9/issues/20369#issuecomment-2715537388 will only address point 2 from https://github.com/eclipse-openj9/openj9/issues/20369#issuecomment-2715488932? Points 1, 3 and 4 from https://github.com/eclipse-openj9/openj9/issues/20369#issuecomment-2715488932 will still need to be addressed.

@thallium please do a preliminary triage: try to reproduce the failure (locally or in a grinder), develop a theory and probable cause for it.

@thallium Please try a 300x grinder with the below parameters to reproduce the issue. It will run the test 50 times on 6 different machines. Thus, increasing the chances to...

> https://hyc-runtimes-jenkins.swg-devops.com/job/Grinder/30458/ still unable to reproduce, not sure if I'm doing anything wrong. Both grinders are run correctly. The second grinder only runs the test with the following JVM options:...

Jenkins test sanity.functional amac jdk11,jdk21

Jenkins test sanity.functional zlinux jdk8

**Current intent:** We aim to merge the initial VM support so that JIT and GC work can begin. We'll start by pushing initial changes in a disabled state. Once minimal...