-
Bug
-
Resolution: Fixed
-
P4
-
21, 23, 24
-
b15
Noticed this little oddity when looking through Leyden crash reports:
$ build/macosx-aarch64-server-fastdebug/images/jdk/bin/java -XX:+PrintFlagsFinal 2>&1 | grep ArchiveRelocationMode
int ArchiveRelocationMode = 1 {JVMCI diagnostic} {default}
Depending on build, these flags seem to be attributed to different categories.
$ build/macosx-aarch64-server-fastdebug/images/jdk/bin/java -XX:+PrintFlagsFinal 2>&1 | grep ArchiveRelocationMode
int ArchiveRelocationMode = 1 {JVMCI diagnostic} {default}
Depending on build, these flags seem to be attributed to different categories.
- relates to
-
JDK-8293046 Move CDS command-line flags to cds_globals.hpp
- Resolved
- links to
-
Commit(master) openjdk/jdk/615a24f2
-
Review(master) openjdk/jdk/20692