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

Andrew Haley aph at openjdk.org
Thu Jun 23 09:34:53 UTC 2022


On Thu, 23 Jun 2022 09:13:44 GMT, Evgeny Astigeevich <duke at openjdk.org> wrote:

> > 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.

OK, so I'd probably not backport, then. I know it feels a bit weird to leave a known bug, but perhaps it's better to let sleeping dogs lie. What do you think?

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

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


More information about the hotspot-compiler-dev mailing list