Integrated: 8339460: CDS error when module is located in a directory with space in the name
Maxim Kartashev
mkartashev at openjdk.org
Thu Sep 26 15:43:46 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.
This pull request has now been integrated.
Changeset: aceae76f
Author: Maxim Kartashev <mkartashev at openjdk.org>
URL: https://git.openjdk.org/jdk/commit/aceae76fb5853ab65851225aeb35a425af8f7af8
Stats: 291 lines in 10 files changed: 280 ins; 2 del; 9 mod
8339460: CDS error when module is located in a directory with space in the name
Reviewed-by: ccheung, iklam
-------------
PR: https://git.openjdk.org/jdk/pull/20987
More information about the hotspot-runtime-dev
mailing list