This RFE is similar to to JDK-8367366, except we are doing it for the static CDS archive.
JEP 483 did not specify support of -XX:+AOTClassLinking for the static CDS archive. To simplify the implementation, we should remove such support.
However, currently we are re-using some static CDS archive test cases as regression tests for -XX:+AOTClassLinking. As a prerequisite, We should migrate a substantial portion of these tests to the new JEP 483 workflow.
JEP 483 did not specify support of -XX:+AOTClassLinking for the static CDS archive. To simplify the implementation, we should remove such support.
However, currently we are re-using some static CDS archive test cases as regression tests for -XX:+AOTClassLinking. As a prerequisite, We should migrate a substantial portion of these tests to the new JEP 483 workflow.
- relates to
-
JDK-8367366 Do not support -XX:+AOTClassLinking for dynamic CDS archive
-
- Resolved
-