-
Bug
-
Resolution: Fixed
-
P3
-
11, 15, 16
-
b06
-
aarch64
Issue | Fix Version | Assignee | Priority | Status | Resolution | Resolved In Build |
---|---|---|---|---|---|---|
JDK-8256619 | 11.0.11-oracle | Dukebot | P3 | Resolved | Fixed | b01 |
JDK-8258882 | 11.0.11 | Andrew Haley | P3 | Resolved | Fixed | b01 |
JDK-8262490 | openjdk8u292 | Fei Yang | P3 | Resolved | Fixed | b05 |
BoxLockNode::emit only allows a 12-bit offset from register SP to the stack slot that contains the inflated lock. Rather amazingly we've never seen this fail in production, but in theory a BoxLockNode can be anywhere in the stack frame.
I have once seen this fail in test code, but it is very hard to reproduce.
I have once seen this fail in test code, but it is very hard to reproduce.
- backported by
-
JDK-8256619 AArch64: C2: offset overflow in BoxLockNode::emit
- Resolved
-
JDK-8258882 AArch64: C2: offset overflow in BoxLockNode::emit
- Resolved
-
JDK-8262490 AArch64: C2: offset overflow in BoxLockNode::emit
- Resolved