RFR: 8332105: Exploded JDK does not include CDS
Thomas Stuefe
stuefe at openjdk.org
Mon May 27 09:16:01 UTC 2024
On Mon, 27 May 2024 08:26:32 GMT, Andrew Haley <aph at openjdk.org> wrote:
> > Seems okay. This test should have had `requires vm.cds` anyway.
> > Just out of curiosity why is CDS not compatible with an exploded build?
@dholmes-ora Thanks for the review. Honestly, I don't know. Maybe @iklam knows.
>
> Isn't the exploded build supposed to be as fast as possible? I think that's why people use it, and it'd be a shame to allow anything, such as building a CDS arcive, to slow that process down.
Sure, but not generating a CDS archive at build time and being unable to dump or use an archive at all are two different things.
-------------
PR Comment: https://git.openjdk.org/jdk/pull/19188#issuecomment-2133031419
More information about the hotspot-dev
mailing list