On Wed, 4 Dec 2024 14:23:40 GMT, Jaikiran Pai <j...@openjdk.org> wrote:
> Can I please get a review of this change which proposes to address > https://bugs.openjdk.org/browse/JDK-8341551? > > The primary work in this PR is the specification of the previously existing > `sun.misc.URLClassPath.disableJarChecking` system property and how the > internal implementation of `java.net.URLClassLoader` treats it. The complete > details about this property is available in the CSR for this change here > https://bugs.openjdk.org/browse/JDK-8345394. > > A new jtreg test has been introduced to exercise the usage of this system > property. This pull request has now been integrated. Changeset: 01307a7b Author: Jaikiran Pai <j...@openjdk.org> URL: https://git.openjdk.org/jdk/commit/01307a7bafc27a3d0bb8e2a5b75851d58f041f88 Stats: 152 lines in 2 files changed: 145 ins; 2 del; 5 mod 8341551: Revisit jdk.internal.loader.URLClassPath.JarLoader after JEP 486 Reviewed-by: dfuchs, lancea, rriggs, alanb ------------- PR: https://git.openjdk.org/jdk/pull/22545