RFR: 8344009: Improve compiler memory statistics [v4]
Thomas Stuefe
stuefe at openjdk.org
Tue Feb 25 16:43:22 UTC 2025
On Tue, 25 Feb 2025 16:13:59 GMT, Thomas Stuefe <stuefe at openjdk.org> wrote:
>> src/hotspot/share/compiler/compilationMemStatInternals.hpp line 92:
>>
>>> 90:
>>> 91: // A very simple fixed-width FIFO buffer, used for the phase timeline
>>> 92: template <typename T, int max>
>>
>> Would `size` be a better name than `max`?
>
> ok changed
done
-------------
PR Review Comment: https://git.openjdk.org/jdk/pull/23530#discussion_r1970154273
More information about the hotspot-dev
mailing list