There's a large amount of code in arguments.cpp for initializing various states for CDS configuration. For example:
Arguments::init_shared_archive_paths()
https://github.com/openjdk/jdk/blob/ce4e6e2bd704a90abc8e8e1586325769076c208a/src/hotspot/share/runtime/arguments.cpp#L3447-L3546
For better modularity, these function should be moved to cdsConfig.cpp
Arguments::init_shared_archive_paths()
https://github.com/openjdk/jdk/blob/ce4e6e2bd704a90abc8e8e1586325769076c208a/src/hotspot/share/runtime/arguments.cpp#L3447-L3546
For better modularity, these function should be moved to cdsConfig.cpp
- relates to
-
JDK-8321539 Minimal build is broken by JDK-8320935
-
- Resolved
-
-
JDK-8321534 AIX build broken after JDK-8320935
-
- Closed
-