[lworld] Integrated: 8366701: [lworld] Method profiles for AOT cache introduced with JEP 515 miss Valhalla specific profiling
Christian Hagedorn
chagedorn at openjdk.org
Thu Sep 11 07:14:22 UTC 2025
On Thu, 11 Sep 2025 06:58:59 GMT, Christian Hagedorn <chagedorn at openjdk.org> wrote:
> JEP 515 extended the AOT cache to also collect method profiles during training runs. In Valhalla, we have additional profiling for:
> - Array store
> - Array load
> - Acmp
>
> When JEP 515 was merged in, we did to account for these Valhalla specific profiling information and later crash when trying to create the AOT cache. The fix is straight forward to add the missing collection code for the Valhalla specific profiling.
>
> I also unproblemlisted the affected tests.
>
> Testing:
> - tier1-4 + stress
>
> Thanks,
> Christian
This pull request has now been integrated.
Changeset: 9aff71a2
Author: Christian Hagedorn <chagedorn at openjdk.org>
URL: https://git.openjdk.org/valhalla/commit/9aff71a2c82e72e58c697bc6dca6baaea5ca1c86
Stats: 71 lines in 2 files changed: 15 ins; 56 del; 0 mod
8366701: [lworld] Method profiles for AOT cache introduced with JEP 515 miss Valhalla specific profiling
Reviewed-by: thartmann
-------------
PR: https://git.openjdk.org/valhalla/pull/1568
More information about the valhalla-dev
mailing list