Issue | Fix Version | Assignee | Priority | Status | Resolution | Resolved In Build |
---|---|---|---|---|---|---|
JDK-8142628 | emb-9 | Andrew Haley | P4 | Resolved | Fixed | team |
The code generated for compiled native calls is very branchy, with rare cases interleaved with the common path. We should move all uncommon cases out of line. Also, there is an unnecessary memory barrier and an unnecessary register move.
- backported by
-
JDK-8142628 AARCH64: Tidy up compiled native calls
-
- Resolved
-