On Tue, 25 Feb 2025 16:13:59 GMT, Thomas Stuefe <stu...@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