aqa-tests
aqa-tests copied to clipboard
jdk26 removes Applet API, ClassLoadingTest gets ClassNotFoundException java.applet.AudioClip
16:25:44 CLT java.lang.ClassNotFoundException: Failed to load Class: java.applet.AudioClip
java.lang.ClassNotFoundException: java.applet.AudioClip
16:25:44 CLT at net.adoptopenjdk.test.classloading.ClassMapHog.run(ClassMapHog.java:139)
@llxia fyi
@annaibm could you check if you can update the test for JDK26 https://github.com/adoptium/aqa-systemtest/blob/master/openjdk.test.classloading/src/test.classloading/net/adoptopenjdk/test/classloading/ClassMapHog.java? And check if the rest of the system tests can compile and run.
I'm only aware of https://github.com/eclipse-openj9/openj9/issues/22853 with system tests so far.