RFR: 8283726: x86_64 intrinsics for compareUnsigned method in Integer and Long [v2]

Quan Anh Mai duke at openjdk.java.net
Wed Jun 8 09:39:23 UTC 2022


On Tue, 7 Jun 2022 17:41:13 GMT, Vladimir Kozlov <kvn at openjdk.org> 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


More information about the hotspot-compiler-dev mailing list