RFR: 8357424: [JVMCI] Avoid incrementing decompilation count for hosted compiled nmethod [v4]
Doug Simon
dnsimon at openjdk.org
Thu May 22 08:35:51 UTC 2025
On Thu, 22 May 2025 08:04:35 GMT, Yudi Zheng <yzheng at openjdk.org> wrote:
>> Hosted Truffle compilations are installed on the OptimizedCallTarget#profiledPERoot method. Any deoptimization contributes to its decompile count, which can easily exceed the PerMethodRecompilationCutoff threshold, permanently preventing highest tier compilation on this method. This PR exempts hosted compilations from this cutoff by ensuring their decompile count is not incremented for hosted compiled nmethods.
>
> Yudi Zheng has updated the pull request incrementally with one additional commit since the last revision:
>
> address comments
Looks good.
-------------
Marked as reviewed by dnsimon (Reviewer).
PR Review: https://git.openjdk.org/jdk/pull/25356#pullrequestreview-2860294240
More information about the graal-dev
mailing list