RFR: 8316694: Implement relocation of nmethod within CodeCache [v42]
Erik Österlund
eosterlund at openjdk.org
Thu Aug 21 15:58:07 UTC 2025
On Thu, 21 Aug 2025 14:56:30 GMT, Robbin Ehn <rehn at openjdk.org> wrote:
> By using less itbl entries we can significant increase ipc on these CPUs.
>
> Simple testing with some eariler version of this got ~10% reduction in frontend stalls (take that number with a grain of salt).
>
> Now if this is correct approach or not, that's is still unclear to me.
Okay that sounds quite promising.
So what is the driver for this relocation in the JVM, which makes sure hot nmethods get moved together?
-------------
PR Comment: https://git.openjdk.org/jdk/pull/23573#issuecomment-3211194188
More information about the hotspot-compiler-dev
mailing list