Issue | Fix Version | Assignee | Priority | Status | Resolution | Resolved In Build |
---|---|---|---|---|---|---|
JDK-2173684 | 7 | Christian Thalinger | P5 | Closed | Fixed | b49 |
JDK-2180475 | 6u18 | Christian Thalinger | P5 | Resolved | Fixed | b01 |
There are two typos in andL_rReg_imm instructions in x86_64.ad.
The first one generates confusing output with PrintOptoAssembly:
009 movzbq RAX, #255 # long & 0xFF
and the second generates a non-matching instruction (see rRegI):
instruct andL_rReg_imm65535(rRegI dst, immL_65535 src)
The first one generates confusing output with PrintOptoAssembly:
009 movzbq RAX, #255 # long & 0xFF
and the second generates a non-matching instruction (see rRegI):
instruct andL_rReg_imm65535(rRegI dst, immL_65535 src)
- backported by
-
JDK-2180475 Typos in andL_rReg_imm instructions in x86_64.ad
- Resolved
-
JDK-2173684 Typos in andL_rReg_imm instructions in x86_64.ad
- Closed