RFR: 8369037: Identify owning method for MethodData and MethodCounters in AOT map output [v4]
María Arias de Reyna
duke at openjdk.org
Thu Oct 2 17:16:43 UTC 2025
On Thu, 2 Oct 2025 15:45:12 GMT, Chen Liang <liach at openjdk.org> wrote:
>> María Arias de Reyna has updated the pull request incrementally with one additional commit since the last revision:
>>
>> Update full name
>
> src/hotspot/share/cds/aotMapLogger.cpp line 401:
>
>> 399:
>> 400: void AOTMapLogger::log_method_counter(MethodCounters* mc, address requested_addr, const char* type_name,
>> 401: int bytes, Thread* current) {
>
> I think our preferred code style is to align continued parameters with the `(`. Same for other 3 places.
Fixed!
-------------
PR Review Comment: https://git.openjdk.org/jdk/pull/27603#discussion_r2399513084
More information about the hotspot-runtime-dev
mailing list