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

Daniel Fuchs dfuchs at openjdk.org
Fri Sep 13 16:24:08 UTC 2024


On Fri, 13 Sep 2024 08:04:58 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.

Hi, could you point at the place where the URI is written? Do we know what code produced the URI?

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

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


More information about the hotspot-runtime-dev mailing list