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

duke duke at openjdk.org
Thu Sep 26 07:18:36 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

@mkartashev 
Your change (at version 5fcaf02029018311c47b8e83af4a476f7a3b4ef4) is now ready to be sponsored by a Committer.

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

PR Comment: https://git.openjdk.org/jdk/pull/20987#issuecomment-2376121014


More information about the hotspot-runtime-dev mailing list