On Tue, 10 Mar 2026 05:57:11 GMT, Thomas Stuefe <[email protected]> wrote:
>> src/hotspot/share/cds/filemap.cpp line 1908:
>>
>>> 1906: aot_log_info(aot)("The %s was created with UseCompressedOops = %d,
>>> UseCompactObjectHeaders = %d",
>>> 1907: file_type, compressed_oops(),
>>> compact_headers());
>>> 1908: if (compressed_oops() != UseCompressedOops) {
>>
>> Unrelated to your change, but does COH need to be checked here also?
>
> It is. See below :-)
Oh, ok. Duh.
-------------
PR Review Comment: https://git.openjdk.org/jdk/pull/28366#discussion_r2910350823