On Mon, 11 Sep 2023 07:13:07 GMT, 温绍锦 <d...@openjdk.org> wrote:

>> https://bugs.openjdk.org/browse/JDK-8310929
>> 
>> @TheRealMDoerr Feedback:
>> 
>> 
>> We're getting test failures on AIX:
>> compiler/intrinsics/Test8215792.java
>> compiler/intrinsics/string/TestStringIntrinsics.java
>> runtime/CompactStrings/TestMethodNames.java
>> runtime/StringIntrinsic/StringIndexOfChar.java
>> Is there a problem with Big Endian?
>
> 温绍锦 has updated the pull request incrementally with one additional commit 
> since the last revision:
> 
>   remove ByteArrayLittleEndian

It will be faster to use ByteArrayLittle or ByteArrayLittleEndian. 
ByteArrayLittleEndian has an Integer.reverseBytes operation under the bigendian 
endian platform.

-------------

PR Comment: https://git.openjdk.org/jdk/pull/15652#issuecomment-1713953086

Reply via email to