aqa-tests icon indicating copy to clipboard operation
aqa-tests copied to clipboard

jdk26 removes Applet API, ClassLoadingTest gets ClassNotFoundException java.applet.AudioClip

Open pshipton opened this issue 2 months ago • 3 comments

Remove the Applet API

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)

pshipton avatar Oct 30 '25 21:10 pshipton

@llxia fyi

pshipton avatar Oct 30 '25 21:10 pshipton

@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.

llxia avatar Oct 30 '25 21:10 llxia

I'm only aware of https://github.com/eclipse-openj9/openj9/issues/22853 with system tests so far.

pshipton avatar Oct 31 '25 03:10 pshipton