RFR: Store AOT code in cached code region of AOT cache
Ashutosh Mehra
asmehra at openjdk.org
Tue Feb 11 22:58:18 UTC 2025
On Tue, 11 Feb 2025 22:15:24 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.
-------------
PR Comment: https://git.openjdk.org/leyden/pull/39#issuecomment-2652245932
More information about the leyden-dev
mailing list