RFR: 8351965: [leyden] Skip C2 AOT code if C2 preload AOT code trapped [v2]

Vladimir Ivanov vlivanov at openjdk.org
Fri Mar 21 23:54:27 UTC 2025


On Fri, 21 Mar 2025 23:27:54 GMT, Vladimir Kozlov <kvn at openjdk.org> wrote:

> Which means we compile "preload" and "normal" AOT code by different tasks and they may have different MDO due to pollution.

There should be no divergence in profiling data between compilations unless there's Java code execution happening concurrently. But by the time `Precompiler::compile_cached_code()` is invoked, there's no Java code executed anymore.

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

PR Comment: https://git.openjdk.org/leyden/pull/48#issuecomment-2744688776


More information about the leyden-dev mailing list