From 141113a043ca916a4052effbb709ef63d0f035ac Mon Sep 17 00:00:00 2001 From: Thomas Stuefe Date: Thu, 4 Dec 2025 07:55:12 +0100 Subject: [PATCH] Update src/hotspot/share/cds/aotMetaspace.cpp Co-authored-by: David Holmes <62092539+dholmes-ora@users.noreply.github.com> --- src/hotspot/share/cds/aotMetaspace.cpp | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/hotspot/share/cds/aotMetaspace.cpp b/src/hotspot/share/cds/aotMetaspace.cpp index de68e102add..d01b60a6530 100644 --- a/src/hotspot/share/cds/aotMetaspace.cpp +++ b/src/hotspot/share/cds/aotMetaspace.cpp @@ -1850,7 +1850,7 @@ MapArchiveResult AOTMetaspace::map_archives(FileMapInfo* static_mapinfo, FileMap // and CDS) // // The range encompassing both spaces will be suitable to en/decode narrow Klass -// pointers: the base will be valid for encoding, the range [Base, End) and not +// pointers: the base will be valid for encoding the range [Base, End) and not // surpass the max. range for that encoding. // // On 32-bit, a "narrow" Klass is just the pointer itself, and the Klass encoding