RFR: 8286314: Trampoline not created for far runtime targets outside small CodeCache

Evgeny Astigeevich duke at openjdk.org
Thu Jun 23 09:17:52 UTC 2022


On Wed, 22 Jun 2022 13:25:19 GMT, Andrew Haley <aph at openjdk.org> wrote:

> Looks good. Nice commenting too.

Thank you for review and feedback.

> I guess we'll need backports. Has this bug ever materialized on old releases?

I have not found any bug reports. I guess most of applications run with 240M CodeCache. Applications at risk are those which turn off tiered compilation. By default they get 48M CodeCache. They might have been lucky the whole code is within 128M range.

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

PR: https://git.openjdk.org/jdk/pull/9235


More information about the hotspot-dev mailing list