AdoptOpenJDK / IcedTea-Web

The new home for IcedTea-Web
Other
225 stars 85 forks source link

LinkageError duplicate class definition #910

Closed nbauma109 closed 7 months ago

nbauma109 commented 1 year ago

Hello,

I'm experiencing a similar issue to #782 fixed by #783. I use release 1.8.8 and I thought this fix was included. Issue seems to happen randomly on concurrent class loading from a class name.

After investigating it seems that the JNLPClassLoader class used is an old one from net.sourceforge.jnlp.runtime package instead of net.sourceforge.jnlp.runtime.classloader package.

The class name that appears in the exception log is the one with the old package name.

When is it planned to release 2.x?

Thanks

lherschi commented 7 months ago

The backport for the 1.8 branch was comitted after the 1.8.8 release.

https://github.com/AdoptOpenJDK/IcedTea-Web/issues/878

nbauma109 commented 7 months ago

Ok closed as duplicate of #878