On Wed, 18 Mar 2026 14:30:52 GMT, Thomas Stuefe <[email protected]> wrote:
>> src/hotspot/share/code/aotCodeCache.hpp line 181: >> >>> 179: debugVM = 1, >>> 180: compressedOops = 2, >>> 181: useTLAB = 4, >> >> Is it ok to break the numbering? Or is there any expectation of >> compatibility with older AOT caches? > > I am pretty sure an AOT archive needs to be dumped and loaded from the same > binary, right @iklam ? Yes, it's OK to change these numbers. ------------- PR Review Comment: https://git.openjdk.org/jdk/pull/28366#discussion_r2955603948
