-
Bug
-
Resolution: Fixed
-
P2
-
12
-
None
It makes no sense to try to create a default CDS archive on VMs which don't support CDS at all. We already have '--enable_cds' which defaults to 'true' on all platforms except AIX.
The check for '--enable_cds_archive' should use the result of '--enable_cds' (which is saved in "ENABLE_CDS") and only enable default archive creation if CDS is enabled.
Failure to do so currently breaks the AIX build (after JDK-)8202951 was pushed).
The check for '--enable_cds_archive' should use the result of '--enable_cds' (which is saved in "ENABLE_CDS") and only enable default archive creation if CDS is enabled.
Failure to do so currently breaks the AIX build (after JDK-)8202951 was pushed).
- duplicates
-
JDK-8211838 Minimal VM build is broken after JDK-8202951 (Implementation of JEP 341: Default CDS Archives)
-
- Closed
-
- relates to
-
JDK-8202951 Implementation of JEPJDK-8204247: Include default CDS (Class Data Sharing) archive in JDK binary
-
- Resolved
-