Issue | Fix Version | Assignee | Priority | Status | Resolution | Resolved In Build |
---|---|---|---|---|---|---|
JDK-2190679 | 7 | Christian Thalinger | P4 | Closed | Fixed | b87 |
JDK-2197986 | 6u23 | Christian Thalinger | P4 | Resolved | Fixed | b01 |
JDK-2199936 | 6u22m | Christian Thalinger | P4 | Resolved | Fixed | b01 |
JDK-2193589 | 6u21p | Christian Thalinger | P4 | Resolved | Fixed | b03 |
The logic for x86 C1 to save the SP over MH calls is pretty straight forward which uses the always-callee-saved BP register. On SPARC, and maybe other architectures, we need to choose one of the callee-saved registers and kill it over MH calls.
This CR adds some logic to support this. It should be pushed before SPARC C1 support is pushed since that would break x86 C1.
This CR adds some logic to support this. It should be pushed before SPARC C1 support is pushed since that would break x86 C1.
- backported by
-
JDK-2193589 JSR 292 add C1 logic for saved SP over MethodHandle calls
-
- Resolved
-
-
JDK-2197986 JSR 292 add C1 logic for saved SP over MethodHandle calls
-
- Resolved
-
-
JDK-2199936 JSR 292 add C1 logic for saved SP over MethodHandle calls
-
- Resolved
-
-
JDK-2190679 JSR 292 add C1 logic for saved SP over MethodHandle calls
-
- Closed
-
- relates to
-
JDK-6930772 JSR 292 needs to support SPARC C1
-
- Resolved
-