On Mon, 9 Sep 2024 01:01:41 GMT, Ioi Lam <ik...@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