RFR: 8316694: Implement relocation of nmethod within CodeCache [v13]

Chad Rakoczy duke at openjdk.org
Thu Jul 24 18:56:06 UTC 2025


On Fri, 25 Apr 2025 18:04:37 GMT, Chad Rakoczy <duke at openjdk.org> wrote:

>> @chadrako, what issue are you trying to fix with the code?
>
> After relocation it is possible that the call can no longer reach the destination without calling the trampoline

The implemented solution for this issue is to allow trampoline relocations to fix their owners instead of modifying the call relocation logic

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

PR Review Comment: https://git.openjdk.org/jdk/pull/23573#discussion_r2229308367


More information about the hotspot-compiler-dev mailing list