RFR: 8263075: C2: simplify anti-dependence check in PhaseCFG::implicit_null_check() [v4]
Brian J. Stafford
duke at openjdk.java.net
Wed May 25 00:33:07 UTC 2022
On Fri, 20 May 2022 12:05:44 GMT, Roberto Castañeda Lozano <rcastanedalo at openjdk.org> wrote:
>> Brian J. Stafford has updated the pull request incrementally with one additional commit since the last revision:
>>
>> Removing whitespace
>
> src/hotspot/share/opto/lcm.cpp line 336:
>
>> 334: //mach is a store, hence block is the immediate dominator of mb.
>> 335: //Due to the null-check shape of block (where its successors cannot re-join),
>> 336: //block must be the direct predecessor of mb.
>
> Please, introduce a single space between each `//` and the comment text.
Added, thank you!
-------------
PR: https://git.openjdk.java.net/jdk/pull/8684
More information about the hotspot-compiler-dev
mailing list