On Tue, 7 Jun 2022 17:41:13 GMT, Vladimir Kozlov <[email protected]> wrote:
>> Quan Anh Mai has updated the pull request incrementally with two additional
>> commits since the last revision:
>>
>> - remove comments
>> - review comments
>
> src/hotspot/share/opto/subnode.hpp line 217:
>
>> 215:
>> //------------------------------CmpU3Node--------------------------------------
>> 216: // Compare 2 unsigned values, returning integer value (-1, 0 or 1).
>> 217: class CmpU3Node : public CmpUNode {
>
> Place it after `CmpUNode` class.
Done
-------------
PR: https://git.openjdk.java.net/jdk/pull/9068