The initial implementation for JDK-8207812 (Implement Dynamic CDS Archive) allows the user to specify base and dynamic archives using the -XX:SharedArchiveFile option. However, the user must specify the two archives in a strict ordering - <base>:<dynamic>.
This RFE is to allow the user to specify the base and dynamic archives in different order in the -XX:SharedArchiveFile option.
This RFE is to allow the user to specify the base and dynamic archives in different order in the -XX:SharedArchiveFile option.
- relates to
-
JDK-8207812 Implement Dynamic CDS Archive
-
- Resolved
-