Anna Babu Palathingal

Results 27 comments of Anna Babu Palathingal

Right now, we are only moving the native code (`sharedClasses.c`) into OpenJ9 and building the `libsharedClasses.so` library as part of the OpenJ9 build process. We haven’t yet updated the `SharedClassesAPI`...

I've opened a draft PR to update the `SharedClassesAPI` test in the openj9-systemtest repo: 🔗 https://github.com/adoptium/openj9-systemtest/pull/163 to use this `sharedClasses` library from the `test-images`.

Grinder tests: RHEL7: https://hyc-runtimes-jenkins.swg-devops.com/job/Grinder/39073/ cent7 https://hyc-runtimes-jenkins.swg-devops.com/job/Grinder/39074/

cent8x86-svl-rt8-1.fyre.ibm.com https://hyc-runtimes-jenkins.swg-devops.com/job/Grinder/39219/ sles15x86-rtp-rt1-1.fyre.ibm.com https://hyc-runtimes-jenkins.swg-devops.com/job/Grinder/39209/

@llxia Please find the PR for porting the changes into [v1.0.1 -release](https://github.com/adoptium/aqa-tests/tree/v1.0.1-release): [5185](https://github.com/adoptium/aqa-tests/pull/5185)

@llxia @LongyuZhang With the PR: [5194](https://github.com/adoptium/aqa-tests/pull/5194), made progress towards enabling the `example-functional` test across various platforms. The test is enabled for `s390_linux`, `x86-64_linux`, and `aarch64_linux`. Test is disabled for `ppc64le_linux`...