RFR: 8354887: Preserve runtime blobs in AOT code cache [v2]

Ashutosh Mehra asmehra at openjdk.org
Thu May 8 01:36:52 UTC 2025


On Thu, 8 May 2025 00:15:46 GMT, Vladimir Kozlov <kvn at openjdk.org> wrote:

> I think for these changes we should not use AOT code when the heap base does not match.
Something changed in compressed oops code which prevents enforcing encoding.
We can investigate and fix it later.

@vnkozlov for this PR we are relying on having relocation for COOP base, not on enforcing encoding. And that should be able to handle cases where heap base is different in assembly vs prod. Why do you suggest to not use AOT code when the heap base does not match?

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

PR Comment: https://git.openjdk.org/jdk/pull/25019#issuecomment-2861154733


More information about the hotspot-runtime-dev mailing list