RFR: 8286314: Trampoline not created for far runtime targets outside small CodeCache
Evgeny Astigeevich
duke at openjdk.org
Thu Jun 23 10:26:54 UTC 2022
On Thu, 23 Jun 2022 09:31:13 GMT, Andrew Haley <aph at openjdk.org> wrote:
> 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?
We have `guarantee` which will catch the bug. However ASLR might make difficult to reproduce the bug.
I think it is not critical for 8 and 11. We are working to make JVM performance with 240M CodeCache similar to the performance with smaller CodeCache. This will decrease chances that people will use small CodeCache. We will be backporting enhancement to 17.
It looks to me, risks are mitigated in old releases. There is no need for backports.
-------------
PR: https://git.openjdk.org/jdk/pull/9235
More information about the hotspot-dev
mailing list