RFR: 8330103: Compiler memory statistics should keep separate records for C1 and C2

Thomas Stuefe stuefe at openjdk.org
Mon Apr 15 15:03:45 UTC 2024


On Mon, 15 Apr 2024 07:51:23 GMT, Claes Redestad <redestad at openjdk.org> wrote:

>> See JBS description.
>> 
>> This simple enhancement changes compiler memory statistic such that we keep the record of the most recent compilation not only per method, but per method and per compiler. That way, recompiling method X with C2 will not overwrite memory statistics from a prior C1 compilation, and vice versa.
>
> Nice - thanks for doing this!

Thanks @cl4es !

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

PR Comment: https://git.openjdk.org/jdk/pull/18740#issuecomment-2057072418


More information about the hotspot-compiler-dev mailing list