Hi, I noticed https://github.com/openjdk/jdk/commit/630b8319b9f664ccc2d987ac3377842afdafd03c
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
