On Tue, 23 Aug 2022 17:00:02 GMT, Ioi Lam <ik...@openjdk.org> wrote: >> Is the CDS archive dumped in a JVM variant specific way? If so, then it >> would make sense to dump it for each configured variant. > > Yes, it's dumped in a different directory depending on the JVM variant. The > contents of the CDS archive is specific to the particular libjvm.so that > created the archive.
In that case, the loop you proposed make a lot of sense and I think you should add it. ------------- PR: https://git.openjdk.org/jdk/pull/9984