JDK-8223072 : Relax the ordering of archive file names in the -XX:SharedArchiveFile option
  • Type: Enhancement
  • Component: hotspot
  • Sub-Component: runtime
  • Affected Version: 13
  • Priority: P4
  • Status: Closed
  • Resolution: Won't Fix
  • Submitted: 2019-04-29
  • Updated: 2019-09-03
  • Resolved: 2019-09-03
Related Reports
Relates :  
Description
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.
Comments
Runtime Triage: This is not on our current list of priorities. We will consider this feature if we receive additional customer requirements.
03-09-2019