RFR: Store AOT code in cached code region of AOT cache

Vladimir Kozlov kvn at openjdk.org
Tue Feb 11 23:25:27 UTC 2025


On Tue, 11 Feb 2025 22:55:41 GMT, Ashutosh Mehra <asmehra at openjdk.org> wrote:

> > I have to remove the code that maps cached code region to CodeCache because the contents in cached code region are not CodeBlobs. The cached code region can be mapped to any random address.
> 
> hmm, now I am not sure if this is really required. We can map the cached code region to CodeCache and still use it in SCCache.

Can we leave this part of code but not use it - map to random address for these changes?

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

PR Comment: https://git.openjdk.org/leyden/pull/39#issuecomment-2652283110


More information about the leyden-dev mailing list