RFR: JDK-8287061: Support for rematerializing scalar replaced objects participating in allocation merges [v14]

Vladimir Ivanov vlivanov at openjdk.org
Mon Jun 5 20:31:02 UTC 2023


On Mon, 5 Jun 2023 19:50:25 GMT, Cesar Soares Lucas <cslucas at openjdk.org> wrote:

>  If you mean the tabs on lines 303/304/306/307

Yes, it confused me. As an alternative, you could put selector and merge_pointer-related statements on the same line, but I'm not sure how much it improves readability:

  st->print(", selector=""); _selector->print_on(st); st->print(""");

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

PR Review Comment: https://git.openjdk.org/jdk/pull/12897#discussion_r1218558213


More information about the hotspot-compiler-dev mailing list