On Wed, 15 Apr 2026 12:44:30 GMT, Erik Joelsson <[email protected]> wrote:

>> This change makes UseCompactObjectHeaders default and switches the sense of 
>> the CDS archive naming.  Now classes.jsa is with UseCompressedOops + 
>> UseCompactObjectHeaders (both default).  Then theres:
>> classes_nocoops.jsa
>> classes_nocoh.jsa
>> classes_nocoops_nocoh.jsa
>> 
>> Hopefully someday we won't need the nocoh versions.
>> 
>> Tested with tier1-8.  With only one issue also fixed in this change, and no 
>> other new issues found.
>> 
>> - [x] I confirm that I make this contribution in accordance with the 
>> [OpenJDK Interim AI Policy](https://openjdk.org/legal/ai).
>
> make/RunTests.gmk line 977:
> 
>> 975:   ifneq ($$(findstring -XX:+UseCompactObjectHeaders, 
>> $$(JTREG_ALL_OPTIONS)), )
>> 976:     JTREG_AUTO_PROBLEM_LISTS += ProblemList-coh.txt
>> 977:   endif
> 
> Should we also delete `test/jdk/ProblemList-coh.txt`?

It should be deleted already in mainline.  I'd deleted it here and it merged 
funny but I think pushing this would make it gone.

-------------

PR Review Comment: https://git.openjdk.org/jdk/pull/30322#discussion_r3086683109

Reply via email to