I don't see why not, feel free to post a PR. But unless it's urgent,
perhaps wait until after the Valhalla changes are in as they are adding
another dimension to this matrix (4->8 archives), to reduce churn for them.
/Erik
On 5/22/26 01:00, Baesken, Matthias wrote:
Hi, I noticed
https://github.com/openjdk/jdk/commit/630b8319b9f664ccc2d987ac3377842afdafd03c
<https://urldefense.com/v3/__https://github.com/openjdk/jdk/commit/630b8319b9f664ccc2d987ac3377842afdafd03c__;!!ACWV5N9M2RV99hQ!LBBJDM5H3nLWCurlRFsdOaTr8M2a9CpbcgWKayW2xvCpwpJdzEJ02LHL2SfetI_z1LVm20eeCZGKejKUXKOAfOfhBsw$>
8360700: Implement JEP 534: Compact Object Headers by Default
now has a configure option “cds-archive-nocoh” , this can be used
to disable generation of 2 of 4 jsa files , the ones without coh
(see make/Images.gmk ) .
Could we introduce something related like *cds-archive-nocoops* to
disable the _nocoops / _nocoops_nocoh jsa files too ?
So in case we set both cds-archive-nocoh / cds-archive-nocoops , we
only keep the default COH - related jsa file ?
Best regards, Matthias