JDK-8246643 : Add a "use or create" like feature to CDS
  • Type: Enhancement
  • Component: hotspot
  • Sub-Component: runtime
  • Affected Version: 15
  • Priority: P4
  • Status: Closed
  • Resolution: Duplicate
  • Submitted: 2020-06-05
  • Updated: 2021-07-21
  • Resolved: 2021-07-21
The Version table provides details related to the release that this issue/RFE will be addressed.

Unresolved : Release in which this issue/RFE will be addressed.
Resolved: Release in which this issue/RFE has been resolved.
Fixed : Release in which this issue/RFE has been fixed. The release containing this fix may be available for download as an Early Access Release or a General Availability Release.

To download the current JDK release, click here.
Other
tbdResolved
Related Reports
Duplicate :  
Description
It would enhance the usability of CDS if there's an option to allow the user to specify an archive file so that:
1. if the archive exists, use it;
2. if it doesn't exists, create it upon exit of the java process.