RFR: JDK-8277139 Improve code readability in PredecessorValidator (c1_IR.cpp) [v2]
Ludvig Janiuk
duke at openjdk.java.net
Wed Nov 24 12:50:42 UTC 2021
On Mon, 22 Nov 2021 15:51:02 GMT, Christian Hagedorn <chagedorn at openjdk.org> wrote:
>> Ludvig Janiuk has updated the pull request incrementally with one additional commit since the last revision:
>>
>> formatting: type asterisks
>
> src/hotspot/share/c1/c1_IR.cpp line 1303:
>
>> 1301:
>> 1302: private:
>> 1303: void verify_successor_xentry_flag(const BlockBegin *block) const {
>
> For this and other methods below: Asterisk should be at the type: `BlockBegin* block`.
Done
-------------
PR: https://git.openjdk.java.net/jdk/pull/6394
More information about the hotspot-compiler-dev
mailing list