RFR: 8073093: AARCH64: C2 generates poor code for ByteBuffer accesses

Florian Weimer fweimer at redhat.com
Tue Feb 17 09:41:34 UTC 2015


On 02/14/2015 11:10 PM, Dean Long wrote:

> Even if linux-aarch64 always allows unaligned, checking only for
> "aarch64" is not future-proof
> because it doesn't take the OS into account.

Surely a simple test case is sufficient to ensure that the platform
supports misaligned accesses?  Then new ports will see the failure
immediately and can tweak the code.

-- 
Florian Weimer / Red Hat Product Security



More information about the core-libs-dev mailing list