JDK-8281715 : Move "base CDS archive not loaded" tests to SharedArchiveFileOption.java
  • Type: Enhancement
  • Component: hotspot
  • Sub-Component: runtime
  • Affected Version: 19
  • Priority: P4
  • Status: Open
  • Resolution: Unresolved
  • Submitted: 2022-02-14
  • Updated: 2023-01-05
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
tbdUnresolved
Related Reports
Relates :  
Relates :  
Description
The new test cases added by JDK-8279997 in dynamicArchive/ArchiveConsistency.java for checking the following output:

warning: -XX:+AutoCreateSharedArchive is unsupported when base CDS archive is not loaded"

do not belong to ArchiveConsistency.java, which tests corruption of the archive file.

These test cases should be moved to SharedArchiveFileOption.java in the same directory.