RFR: Store AOT code in cached code region of AOT cache
Ashutosh Mehra
asmehra at openjdk.org
Tue Feb 11 23:59:19 UTC 2025
On Tue, 11 Feb 2025 23:22:22 GMT, Vladimir Kozlov <kvn at openjdk.org> wrote:
> Can we leave this part of code but not use it - map to random address for these changes?
Yes, we can do that. It would also mean the ReservedSpace created by CodeCache would just be a lot bigger now by the size of the cached code region. But again it would only affect the virtual memory, as we are not mapping anything to that space. And hopefully this would just be temporary.
-------------
PR Comment: https://git.openjdk.org/leyden/pull/39#issuecomment-2652321341
More information about the leyden-dev
mailing list