From be70bc1c58eaec876aa1ab36eacba90b901ac9b8 Mon Sep 17 00:00:00 2001 From: Ioi Lam Date: Tue, 4 Apr 2023 16:08:36 +0000 Subject: [PATCH] 8294323: Improve Shared Class Data Co-authored-by: Calvin Cheung Reviewed-by: coleenp, rhalade --- src/hotspot/share/cds/cds_globals.hpp | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/src/hotspot/share/cds/cds_globals.hpp b/src/hotspot/share/cds/cds_globals.hpp index d8e2b6e055f..1f1ba3fff9b 100644 --- a/src/hotspot/share/cds/cds_globals.hpp +++ b/src/hotspot/share/cds/cds_globals.hpp @@ -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) \