RFR: 8329706: Implement -XX:+AOTClassLinking [v2]

David Holmes dholmes at openjdk.org
Mon Sep 9 05:18:23 UTC 2024


On Mon, 9 Sep 2024 01:01:41 GMT, Ioi Lam <iklam at openjdk.org> wrote:

>> src/hotspot/share/cds/archiveBuilder.cpp line 912:
>> 
>>> 910:                                           STATS_PARAMS(unlinked_klasses),
>>> 911:                                           boot_unlinked, platform_unlinked,
>>> 912:                                           app_unlinked, unreg_unlinked);
>> 
>> This indentation still looks weird. Arguments on newlines should be aligned.
>
> I tried to separate the "types" from the "values". I think this makes it easy to see how many types there are.

Sorry I don't follow. This is just like a printf call

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

PR Review Comment: https://git.openjdk.org/jdk/pull/20843#discussion_r1749573172


More information about the serviceability-dev mailing list