RFR: 8351965: [leyden] Skip C2 AOT code if C2 preload AOT code trapped [v6]
Vladimir Kozlov
kvn at openjdk.org
Fri Mar 21 23:54:28 UTC 2025
On Fri, 21 Mar 2025 23:47:54 GMT, Vladimir Ivanov <vlivanov at openjdk.org> wrote:
> For `Reason_Precompile` and `Reason_PrecompileForPreload` C2 compilations, MDOs are unconditionally taken from training data (see [ciMethod::method_data()](https://github.com/openjdk/leyden/blob/premain/src/hotspot/share/ci/ciMethod.cpp#L1062)).
That is good. Then the assumption that both code versions have same traps is correct.
-------------
PR Comment: https://git.openjdk.org/leyden/pull/48#issuecomment-2744693558
More information about the leyden-dev
mailing list