Re: RFR: 8355003: Implement Ahead-of-Time Method Profiling [v5]

2025-04-29 Thread Igor Veresov
On Sun, 27 Apr 2025 01:15:54 GMT, Vladimir Kozlov wrote: >> You mean you want these checks to be done only if `TrainingData::have_data() >> == true` ? > > Yes, if it is related. Otherwise you may change default behavior when Leyden > code is not used. I simplified it and factored out the new s

Re: RFR: 8355003: Implement Ahead-of-Time Method Profiling [v5]

2025-04-29 Thread Igor Veresov
> Improve warm-up time by making profile data from a previous run of an > application instantly available, when the HotSpot Java Virtual Machine > starts. Specifically, enhance the [AOT cache](https://openjdk.org/jeps/483) > to store method execution profiles from training runs, reducing profili