Skip to content

Fix build errors with JDK 21

Pushkar Kulkarni requested to merge pushkarnk/icedtea-web:fix-1052691 into master

JDK 21 has removed most of the JarIndex functionality and also made the erstwhile jdk.internal.util.jar.JarIndex class package private under jdk.jartool/sun.tools.jar. Upstream icedtea-web has patched this issue by introducing a dummy JarIndex class which will ensure no compilation issues but will fail at runtime. This commit is adapting the same patch along with some configure script changes.

Merge request reports

Loading