RFR: 8262341: Refine identical code in AddI/LNode.
Roland Westrelin
roland at openjdk.java.net
Mon Dec 6 12:00:15 UTC 2021
On Mon, 6 Dec 2021 09:05:23 GMT, Eric Liu <eliu at openjdk.org> wrote:
>> Are you commenting about the change from:
>> if( op1 to if (op1
>> ?
>> The first style is used in a some places and the guideline is to switch to the second one.
>
> How about the style like `const Type *t_sub1`? Whether it should be `const Type* t_sub1`.
It should be const Type* t_sub1. I will fix it. Thanks.
-------------
PR: https://git.openjdk.java.net/jdk/pull/6607
More information about the hotspot-compiler-dev
mailing list