It seems like we don't always print the ArchiveRelocationMode (at least, when it's default, i.e. 1). A quote from [~ccheung]:
"If MetaspaceShared::map_archives() returns early, then the "ArchiveRelocationMode ==1" won't appear in the output."
Here's a correct sample output line, which we expect:
[0.034s][info][cds] ArchiveRelocationMode == 1: always map archive(s) at an alternative address
Log messages provide important troubleshooting information and should not be printed probabilistically or avoided on certain execution paths only. This also violates the least astonishment principle.
AFAIU, we're talking about the 'MapArchiveResult MetaspaceShared::map_archives' defined in the 'hotspot/share/cds/metaspaceShared.cpp'.
"If MetaspaceShared::map_archives() returns early, then the "ArchiveRelocationMode ==1" won't appear in the output."
Here's a correct sample output line, which we expect:
[0.034s][info][cds] ArchiveRelocationMode == 1: always map archive(s) at an alternative address
Log messages provide important troubleshooting information and should not be printed probabilistically or avoided on certain execution paths only. This also violates the least astonishment principle.
AFAIU, we're talking about the 'MapArchiveResult MetaspaceShared::map_archives' defined in the 'hotspot/share/cds/metaspaceShared.cpp'.
- causes
-
JDK-8353129 CDS ArchiveRelocation tests fail after JDK-8325132
-
- Resolved
-
- links to
-
Commit(master) openjdk/jdk/2eeda646
-
Review(master) openjdk/jdk/23878