RFR: 8338626: ClassLoaderExt::process_jar_manifest() should allow / separator on Windows [v3]

Calvin Cheung ccheung at openjdk.org
Thu Sep 12 04:25:39 UTC 2024


> On Windows, we can use '/' as the file separator in the classpath but not in the `Class-Path:` attribute.
> This patch is to enable the use of '/' as the file separator in the `Class-Path:`attribute on Windows.
> 
> Passed tiers 1 - 3 testing.

Calvin Cheung has updated the pull request incrementally with one additional commit since the last revision:

  @dholmes-ora comment and test update

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

Changes:
  - all: https://git.openjdk.org/jdk/pull/20924/files
  - new: https://git.openjdk.org/jdk/pull/20924/files/f0ecad80..9d6cf3a3

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

  Stats: 10 lines in 2 files changed: 2 ins; 0 del; 8 mod
  Patch: https://git.openjdk.org/jdk/pull/20924.diff
  Fetch: git fetch https://git.openjdk.org/jdk.git pull/20924/head:pull/20924

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


More information about the hotspot-runtime-dev mailing list