Relates :
|
AArch64 expects the card table base to be page aligned, and asserts that. Unfortunately (because asserts are compiled out in release code) if this assumption is ever violated in production code we won't see it. Instead, we will see mysterious segfaults. We have seen this fail in OpenJDK 7. It makes more sense to allow the base to be unaligned.