RFR(s): AAch64: Adding byte array equal support

Andrew Haley aph at redhat.com
Wed Feb 10 15:41:13 UTC 2016


On 02/07/2016 10:35 AM, Andrew Haley wrote:
> On 06/02/16 12:24, Hui Shi wrote:
>> Hi All,
>>
>> Would someone help review this patch for adding byte array equal support on
>> aarch64?
>>
>> bug: https://bugs.openjdk.java.net/browse/JDK-8149100
>> webrev: http://cr.openjdk.java.net/~hshi/8149100/webrev/
> 
> Ok, thanks.

Having said that, I'm unhappy that this code is almost exactly the same
as char_arrays_equals, seeming to have a slab of identical code.  We've
also got char_arrays_equals, which seems to do the same thing as
string_equals.

Andrew.




More information about the hotspot-compiler-dev mailing list