Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

ArrayIndexOutOfBoundsException jdk.internal.util.ArraysSupport.hashCode #20833

Open
pshipton opened this issue Dec 13, 2024 · 0 comments
Open

Comments

@pshipton
Copy link
Member

https://openj9-jenkins.osuosl.org/job/Test_openjdk23_j9_sanity.functional_x86-64_linux_Nightly_testList_0/115
jsr335tests_none_SCC_3 -Xcompressedrefs -Xjit -Xgcpolicy:optthruput

03:48:33  Exception in thread "main" java.lang.ArrayIndexOutOfBoundsException
03:48:33  	at java.base/jdk.internal.util.ArraysSupport.hashCode(ArraysSupport.java:324)
03:48:33  	at java.base/java.util.Arrays.hashCode(Arrays.java:4570)
03:48:33  	at java.base/sun.reflect.annotation.AnnotationInvocationHandler.memberValueHashCode(AnnotationInvocationHandler.java:637)
03:48:33  	at java.base/sun.reflect.annotation.AnnotationInvocationHandler.hashCodeImpl(AnnotationInvocationHandler.java:607)
03:48:33  	at java.base/sun.reflect.annotation.AnnotationInvocationHandler.invoke(AnnotationInvocationHandler.java:77)
03:48:33  	at jdk.proxy2/jdk.proxy2.$Proxy2.hashCode(Unknown Source)
03:48:33  	at org.testng.internal.collections.Pair.hashCode(Pair.java:30)
03:48:33  	at java.base/java.util.concurrent.ConcurrentHashMap.get(ConcurrentHashMap.java:944)
03:48:33  	at org.testng.internal.annotations.JDK15AnnotationFinder.findAnnotation(JDK15AnnotationFinder.java:222)
03:48:33  	at org.testng.internal.annotations.JDK15AnnotationFinder.findAnnotation(JDK15AnnotationFinder.java:199)
03:48:33  	at org.testng.internal.BaseTestMethod.initGroups(BaseTestMethod.java:424)
03:48:33  	at org.testng.internal.TestNGMethod.init(TestNGMethod.java:101)
03:48:33  	at org.testng.internal.TestNGMethod.<init>(TestNGMethod.java:42)
03:48:33  	at org.testng.internal.TestNGMethod.<init>(TestNGMethod.java:33)
03:48:33  	at org.testng.internal.annotations.AnnotationHelper.findMethodsWithAnnotation(AnnotationHelper.java:241)
03:48:33  	at org.testng.internal.TestNGMethodFinder.getTestMethods(TestNGMethodFinder.java:53)
03:48:33  	at org.testng.TestClass.initMethods(TestClass.java:115)
03:48:33  	at org.testng.TestClass.init(TestClass.java:74)
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
None yet
Development

No branches or pull requests

1 participant