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

Calvin Cheung ccheung at openjdk.org
Wed Sep 25 15:58:37 UTC 2024


On Wed, 25 Sep 2024 09:10:56 GMT, Maxim Kartashev <mkartashev at openjdk.org> wrote:

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

I ran tiers 1 - 4 testing prior to this latest change and saw no new failures.

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

Marked as reviewed by ccheung (Reviewer).

PR Review: https://git.openjdk.org/jdk/pull/20987#pullrequestreview-2328715300


More information about the hotspot-runtime-dev mailing list