| Issue | Fix Version | Assignee | Priority | Status | Resolution | Resolved In Build | 
|---|---|---|---|---|---|---|
| JDK-8141896 | emb-9 | Ed Nevill | P4 | Resolved | Fixed | team | 
                    The aarch64 port is generating constrained unpredictable instructions.
These are being generated for the STRX instructiion
STRX Rs, Rt, [Rn]
where Rs == Rt.
and also LDAXP instructions
LDAXP Rt1, Rt2, [Rn]
where Rt1 == Rt2.
Both of these are defined as constrained unpredictable and do in fact generate illegal instructions on one of our partners implementations.
            
These are being generated for the STRX instructiion
STRX Rs, Rt, [Rn]
where Rs == Rt.
and also LDAXP instructions
LDAXP Rt1, Rt2, [Rn]
where Rt1 == Rt2.
Both of these are defined as constrained unpredictable and do in fact generate illegal instructions on one of our partners implementations.
- backported by
- 
                    JDK-8141896 aarch64: generates constrained unpredictable instructions -           
- Resolved
 
-         
