RFR: 8341551: Revisit jdk.internal.loader.URLClassPath.JarLoader after JEP 486 [v3]

Jaikiran Pai jpai at openjdk.org
Wed Dec 4 16:28:58 UTC 2024


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

Jaikiran Pai has updated the pull request incrementally with one additional commit since the last revision:

  Lance's suggestion - better comment on the method

-------------

Changes:
  - all: https://git.openjdk.org/jdk/pull/22545/files
  - new: https://git.openjdk.org/jdk/pull/22545/files/60416aa5..6c153ea8

Webrevs:
 - full: https://webrevs.openjdk.org/?repo=jdk&pr=22545&range=02
 - incr: https://webrevs.openjdk.org/?repo=jdk&pr=22545&range=01-02

  Stats: 4 lines in 1 file changed: 3 ins; 0 del; 1 mod
  Patch: https://git.openjdk.org/jdk/pull/22545.diff
  Fetch: git fetch https://git.openjdk.org/jdk.git pull/22545/head:pull/22545

PR: https://git.openjdk.org/jdk/pull/22545


More information about the core-libs-dev mailing list