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

jdk/internal/vm/Continuation/OSRTest needs WhiteBox natives #19961

Closed
pshipton opened this issue Aug 2, 2024 · 2 comments
Closed

jdk/internal/vm/Continuation/OSRTest needs WhiteBox natives #19961

pshipton opened this issue Aug 2, 2024 · 2 comments
Labels
comp:test jdk21 perm excluded The test is unsuitable and permanently excluded. test failure

Comments

@pshipton
Copy link
Member

pshipton commented Aug 2, 2024

Test added in 22.0.5+1

https://openj9-jenkins.osuosl.org/job/Test_openjdk21_j9_sanity.openjdk_aarch64_linux_OpenJDK21_testList_0/25/
https://openj9-jenkins.osuosl.org/job/Test_openjdk21_j9_sanity.openjdk_aarch64_linux_OpenJDK21_testList_1/25/
jdk/internal/vm/Continuation/OSRTest.java

10:35:09  java.lang.UnsatisfiedLinkError: jdk/test/whitebox/WhiteBox.registerNatives()V
10:35:09  	at jdk.test.whitebox.WhiteBox.<clinit>(WhiteBox.java:67)
10:35:09  	at OSRTest.<clinit>(OSRTest.java:52)
10:35:09  	at java.base/jdk.internal.misc.Unsafe.ensureClassInitialized0(Native Method)
10:35:09  	at java.base/jdk.internal.misc.Unsafe.ensureClassInitialized(Unsafe.java:1522)
10:35:09  	at java.base/jdk.internal.reflect.MethodHandleAccessorFactory.ensureClassInitialized(MethodHandleAccessorFactory.java:300)
10:35:09  	at java.base/jdk.internal.reflect.MethodHandleAccessorFactory.newMethodAccessor(MethodHandleAccessorFactory.java:71)
10:35:09  	at java.base/jdk.internal.reflect.ReflectionFactory.newMethodAccessor(ReflectionFactory.java:159)
10:35:09  	at java.base/java.lang.reflect.Method.acquireMethodAccessor(Method.java:732)
10:35:09  	at java.base/java.lang.reflect.Method.invoke(Method.java:583)
10:35:09  	at com.sun.javatest.regtest.agent.MainWrapper$MainTask.run(MainWrapper.java:138)
10:35:09  	at java.base/java.lang.Thread.run(Thread.java:1595)
@pshipton pshipton added comp:test test failure perm excluded The test is unsuitable and permanently excluded. jdk21 labels Aug 2, 2024
@pshipton
Copy link
Member Author

pshipton commented Aug 2, 2024

Similar to #19357

@pshipton
Copy link
Member Author

pshipton commented Aug 2, 2024

Created exclude adoptium/aqa-tests#5480

@pshipton pshipton closed this as completed Aug 2, 2024
JasonFengJ9 pushed a commit to adoptium/aqa-tests that referenced this issue Aug 2, 2024
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
comp:test jdk21 perm excluded The test is unsuitable and permanently excluded. test failure
Projects
None yet
Development

No branches or pull requests

1 participant