RFR: 8369037: Identify owning method for MethodData and MethodCounters in AOT map output [v5]

María Arias de Reyna duke at openjdk.org
Thu Oct 2 17:59:02 UTC 2025


On Thu, 2 Oct 2025 17:46:53 GMT, Mat Carter <macarte at openjdk.org> wrote:

>> María Arias de Reyna has updated the pull request incrementally with one additional commit since the last revision:
>> 
>>   Fixing style: aligning parameters with '('
>
> src/hotspot/share/cds/aotMapLogger.cpp line 400:
> 
>> 398: }
>> 399: 
>> 400: void AOTMapLogger::log_method_counter(MethodCounters* mc, address requested_addr, const char* type_name,
> 
> nit: perhaps name this log_method_counters [plural case] for consistency in the code

Done!

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

PR Review Comment: https://git.openjdk.org/jdk/pull/27603#discussion_r2399615390


More information about the hotspot-runtime-dev mailing list