Babneet Singh

Results 250 comments of Babneet Singh

Closing, https://github.com/eclipse-openj9/openj9/pull/20755 resolves this issue.

The test was modified. It added checks for `C_INT` and `C_FLOAT`. It expects 248 slots for these layouts. ``` private static Stream layouts() { return Stream.of( arguments(C_INT, 1), arguments(C_LONG_LONG, 2),...

Opened the below PRs to address the reported issue: - JDK24: https://github.com/ibmruntimes/openj9-openjdk-jdk24/pull/6 - JDK-next: https://github.com/ibmruntimes/openj9-openjdk-jdk/pull/912

> What am I missing? [MethodHandle.asCollector](https://docs.oracle.com/en/java/javase/21/docs//api/java.base/java/lang/invoke/MethodHandle.html#asCollector(int,java.lang.Class,int)) enforces the following rule from [JVM Spec 4.3.3 - Method Descriptors](https://docs.oracle.com/javase/specs/jvms/se17/html/jvms-4.html#jvms-4.3.3): `The number of parameter slots required by the method's descriptor must be less...

Closing since the PRs in https://github.com/eclipse-openj9/openj9/issues/20355#issuecomment-2575851451 have been merged.

> any insight what could prevent VT entering `WAITING` state? More information is needed. Try the following: - Check the VT state in DDR. Confirm whether it successfully mounts and...

I have opened https://github.com/adoptium/aqa-tests/pull/6737 to exclude the failing JEP500-specific tests, and I have updated the issue description above to list all excluded tests. For now, we can track them collectively...