Babneet Singh

Results 230 comments of Babneet Singh

The delta is quite large since the last PR builds. So, I will relaunch the PR builds just to be safe. These changes are being merged in a disabled state;...

Jenkins test sanity.functional zlinux jdk8

Two JDK8 failures are seen: - https://openj9-jenkins.osuosl.org/job/Test_openjdk8_j9_sanity.functional_s390x_linux_Personal_testList_0/351/console - https://openj9-jenkins.osuosl.org/job/Test_openjdk8_j9_sanity.functional_s390x_linux_Personal_testList_1/344/console The new native method `isOpenSSLFIPS` was added yesterday: https://github.com/ibmruntimes/openj9-openjdk-jdk8/pull/779. Probably, `Java_jdk_crypto_jniprovider_NativeCrypto_ECDSASign` was missed to be added in [‎closed/make/mapfiles/libjncrypto/mapfile-vers](https://github.com/ibmruntimes/openj9-openjdk-jdk8/blob/openj9/closed/make/mapfiles/libjncrypto/mapfile-vers). But, this failure...

Opened https://github.com/ibmruntimes/openj9-openjdk-jdk8/pull/780 to fix the [above linkage failure](https://github.com/eclipse-openj9/openj9/pull/20387#issuecomment-2462123661).

> Have you seen this failure before ? It seems new. I haven't seen it before.

@tajila The assumption that `J9ClassLoader->classLoaderObject` is always initialized before the first GC does not hold true when using `-Xgcpolicy:balanced`. Should we continue development using other GC policies and set aside...

> is it necessary to add both cases? No. Adding one should provide the required coverage.

@JasonFengJ9 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...

The [original failure](https://github.com/eclipse-openj9/openj9/issues/18763#issue-2082673044) was fixed when the new Thread state changes were supported in March 2024. The [timeout failure](https://github.com/eclipse-openj9/openj9/issues/18763#issuecomment-2010773659) is intermittent and it happens because there is the `IN_NATIVE` bit...