This is the second step following JDK-8356595. All cds.* logs are converted, except for -Xlog:cds+dynamic.
Reason for the exception:
Dynamic archive is supported only in the old CDS workflow. It's not supported in the new AOT workflow.
Changing it to aot+dynamic is inappropriate. Perhaps we should change it to -Xlog:aot+cds+dynamc+archive. However, that will affect a lot of test cases. We'll leave this for JDK 26.
Reason for the exception:
Dynamic archive is supported only in the old CDS workflow. It's not supported in the new AOT workflow.
Changing it to aot+dynamic is inappropriate. Perhaps we should change it to -Xlog:aot+cds+dynamc+archive. However, that will affect a lot of test cases. We'll leave this for JDK 26.
- is blocked by
-
JDK-8356595 Convert -Xlog:cds to -Xlog:aot (step1)
-
- Open
-
- links to
-
Review(pr/25136) openjdk/jdk/25238