RFR: 8339460: CDS error when module is located in a directory with space in the name [v3]

Maxim Kartashev mkartashev at openjdk.org
Wed Sep 25 09:10:56 UTC 2024


> The crux of the problem is that path names in CDS are saved as URIs and subsequently "converted" back to path names simply by stripping off the prefix without appropriate conversion of the rest of the name. This commit adds such a conversion.

Maxim Kartashev has updated the pull request incrementally with one additional commit since the last revision:

  Fixed formatting; stopped converting slash to backslash on Windows

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

Changes:
  - all: https://git.openjdk.org/jdk/pull/20987/files
  - new: https://git.openjdk.org/jdk/pull/20987/files/9cba7ab0..5fcaf020

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

  Stats: 34 lines in 1 file changed: 0 ins; 5 del; 29 mod
  Patch: https://git.openjdk.org/jdk/pull/20987.diff
  Fetch: git fetch https://git.openjdk.org/jdk.git pull/20987/head:pull/20987

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


More information about the hotspot-runtime-dev mailing list