Issue | Fix Version | Assignee | Priority | Status | Resolution | Resolved In Build |
---|---|---|---|---|---|---|
JDK-2174477 | 7 | Tom Rodriguez | P4 | Closed | Fixed | b51 |
JDK-2180516 | 6u18 | Tom Rodriguez | P4 | Resolved | Fixed | b01 |
The support for TEMP operands in the adlc has some sanity checks that require TEMPs to come before KILLs since kill normally aren't really uses. This simplifies some of the logic for mapping between operands and inputs. The existing logic is being too strict since it complains about USE_KILLs instead of just raw KILLs. The code should be modified to ignore USE_KILLs.
- backported by
-
JDK-2180516 KILL vs. TEMP ordering restrictions are too strong
- Resolved
-
JDK-2174477 KILL vs. TEMP ordering restrictions are too strong
- Closed
- relates to
-
JDK-6511991 add support for real temporaries in adlc
- Resolved