RFR: Some AOTCodeCache cleanup after merge from mainline [v2]

Ashutosh Mehra asmehra at openjdk.org
Wed May 14 19:57:07 UTC 2025


On Wed, 14 May 2025 15:51:34 GMT, Ashutosh Mehra <asmehra at openjdk.org> wrote:

>> Additional cleanup following Vladimir's merge of mainline to premain.
>
> Ashutosh Mehra has updated the pull request incrementally with one additional commit since the last revision:
> 
>   Fix minimal variant compile failure
>   
>   Signed-off-by: Ashutosh Mehra <asmehra at redhat.com>

No, I don't think assert is a problem here. It seems to be a genuine bug.
We got a Method pointer `0x00000008003ba598` which seems to be at an offset 0x3ba598 from the default value of SharedBaseAddress (0x8,0000,0000). However, the logs indicate the SharedBaseAddress is `0x000001ec04000000`. So ideally we should have got the Method pointer as `0x000001ec043ba598`.
I am looking into it.

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

PR Comment: https://git.openjdk.org/leyden/pull/66#issuecomment-2881392097


More information about the leyden-dev mailing list