RFR: 8344009: Improve compiler memory statistics [v6]
Thomas Stuefe
stuefe at openjdk.org
Sun Mar 2 06:47:04 UTC 2025
On Thu, 27 Feb 2025 10:04:04 GMT, Roberto Castañeda Lozano <rcastanedalo at openjdk.org> wrote:
>> Thomas Stuefe has updated the pull request incrementally with five additional commits since the last revision:
>>
>> - feedback ashu
>> - feedback roberto
>> - final-statistics-switch
>> - performance fix
>> - remove test code
>
> src/hotspot/share/compiler/compilationMemStatInternals.hpp line 243:
>
>> 241: int retrieve_live_node_count() const;
>> 242:
>> 243: DEBUG_ONLY(void verify() const;)
>
> Unused. I suggest to either call this function from some appropriate point (in debug mode only) or just remove it.
I'll use it.
-------------
PR Review Comment: https://git.openjdk.org/jdk/pull/23530#discussion_r1976553526
More information about the hotspot-dev
mailing list