8294323: Improve Shared Class Data

Co-authored-by: Calvin Cheung <ccheung@openjdk.org>
Reviewed-by: coleenp, rhalade
This commit is contained in:
Ioi Lam 2023-04-04 16:08:36 +00:00 committed by Henry Jen
parent ecd0bc1d62
commit be70bc1c58

View File

@ -88,10 +88,10 @@
product(ccstr, ExtraSharedClassListFile, nullptr, \
"Extra classlist for building the CDS archive file") \
\
product(int, ArchiveRelocationMode, 0, DIAGNOSTIC, \
product(int, ArchiveRelocationMode, 1, DIAGNOSTIC, \
"(0) first map at preferred address, and if " \
"unsuccessful, map at alternative address (default); " \
"(1) always map at alternative address; " \
"unsuccessful, map at alternative address; " \
"(1) always map at alternative address (default); " \
"(2) always map at preferred address, and if unsuccessful, " \
"do not map the archive") \
range(0, 2) \