Issue | Fix Version | Assignee | Priority | Status | Resolution | Resolved In Build |
---|---|---|---|---|---|---|
JDK-2205091 | 7 | Igor Veresov | P4 | Closed | Fixed | b125 |
JDK-2205772 | 6u25 | Igor Veresov | P4 | Resolved | Fixed | b01 |
C1 doesn't take into account STACK_BIAS when computing frame sizes for methods with outgoing calls. The problem manifests itself as a bailout from compilation on SPARC 64bit (the only platform that has non-zero STACK_BIAS) because the frame size is computed too large.
- backported by
-
JDK-2205772 C1: Incorrect frame size computation
-
- Resolved
-
-
JDK-2205091 C1: Incorrect frame size computation
-
- Closed
-