Issue | Fix Version | Assignee | Priority | Status | Resolution | Resolved In Build |
---|---|---|---|---|---|---|
JDK-2215463 | 8 | Christian Thalinger | P3 | Resolved | Fixed | b08 |
JDK-2214872 | 7u2 | Christian Thalinger | P3 | Closed | Fixed | b08 |
The current JSR 292 support in C1 always does an invoke for method handle invokes which results in a lot of C2I-I2C transfers. This results in very poor performance.
- backported by
-
JDK-2215463 JSR 292: C1 should inline bytecoded method handle adapters
- Resolved
-
JDK-2214872 JSR 292: C1 should inline bytecoded method handle adapters
- Closed
- relates to
-
JDK-7087357 JSR 292: remove obsolete code after 7085860
- Resolved