eclipse-openj9 / openj9

Eclipse OpenJ9: A Java Virtual Machine for OpenJDK that's optimized for small footprint, fast start-up, and high throughput. Builds on Eclipse OMR (https://github.com/eclipse/omr) and combines with the Extensions for OpenJDK for OpenJ9 repo.
Other
3.28k stars 720 forks source link

DaaLoadTest Array access index out of bounds #20294

Open pshipton opened 1 month ago

pshipton commented 1 month ago

https://openj9-jenkins.osuosl.org/job/Test_openjdk11_j9_sanity.system_ppc64le_linux_Nightly_testList_1/620 - ubu24-ppc64le-6 DaaLoadTest_daa1_5m_0 -Xjit -Xgcpolicy:gencon -Xnocompressedrefs

01:06:16  DLT testFailure: testCheckExternalDecimalWithOffset(net.openj9.test.arithmetics.TestValidityChecking): Array access index out of bounds. readLong is trying to access byteArray[-619707952] to byteArray[-619707945],  but valid indices are from 0 to 7.
01:06:16  DLT java.lang.ArrayIndexOutOfBoundsException: Array access index out of bounds. readLong is trying to access byteArray[-619707952] to byteArray[-619707945],  but valid indices are from 0 to 7.
01:06:16  DLT   at openj9.dataaccess/com.ibm.dataaccess.ByteArrayUnmarshaller.readLong(ByteArrayUnmarshaller.java:338)
01:06:16  DLT   at java.base/jdk.internal.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43)
01:06:16  DLT   at java.base/java.lang.reflect.Method.invoke(Method.java:572)
github-actions[bot] commented 1 month ago

Issue Number: 20294 Status: Open Recommended Components: comp:gc, comp:test, comp:vm Recommended Assignees: pshipton, keithc-ca, jasonfengj9

pshipton commented 1 month ago

@hzongaro fyi, another type of DaaLoadTest failure on ppcle.