RFR: 8357424: [JVMCI] Avoid incrementing decompilation count for hosted compiled nmethod [v5]
Tom Rodriguez
never at openjdk.org
Wed Jun 11 17:18:47 UTC 2025
On Wed, 11 Jun 2025 16:49:53 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 with a new target base due to a merge or a rebase. The incremental webrev excludes the unrelated changes brought in by the merge/rebase. The pull request contains six additional commits since the last revision:
>
> - address comments
> - Merge remote-tracking branch 'upstream/master' into JDK-8357424
> - address comments
> - address comments
> - update copyright
> - [JVMCI] Avoid incrementing decompilation count for hosted compiled nmethod
Yes. Any update to the MDO for hosted compiles doesn't seem useful I think.
-------------
PR Comment: https://git.openjdk.org/jdk/pull/25356#issuecomment-2963594199
More information about the graal-dev
mailing list