Issue | Fix Version | Assignee | Priority | Status | Resolution | Resolved In Build |
---|---|---|---|---|---|---|
JDK-8260775 | openjdk8u292 | Andrew Hughes | P4 | Resolved | Fixed | b01 |
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.
We have seen this fail in OpenJDK 7.
It makes more sense to allow the base to be unaligned.
- backported by
-
JDK-8260775 AArch64: Relax alignment requirement for byte_map_base
- Resolved
- relates to
-
JDK-8257192 Integrate AArch64 JIT port into 8u
- Resolved