Issue | Fix Version | Assignee | Priority | Status | Resolution | Resolved In Build |
---|---|---|---|---|---|---|
JDK-2210018 | 7 | John Rose | P3 | Closed | Fixed | b143 |
The following still need to be implemented:
OP_PRIM_TO_REF : requires a stack frame if the boxing operation must block
OP_SPREAD_ARGS : requires a stack overflow check
OP_RICOCHET, OP_FLYBY : both require a stack frame to hold arguments for the final MH
- backported by
-
JDK-2210018 JVM should handle more conversion operations
- Closed
- duplicates
-
JDK-7035513 JSR 292: MHs.constant() doesn't accept primitives
- Closed
-
JDK-7016250 JSR 292 Raw retypes and return type conversions are needed
- Closed
-
JDK-7018894 JSR 292 method handle collector transform does not work correctly on subtypes of Object[]
- Closed
-
JDK-7035515 JSR 292: livelock after "init_AdapterMethodHandle should not issue this" message
- Closed
-
JDK-7035516 JSR 292: NYI: primitive parameters must follow references
- Closed
-
JDK-7035517 JSR 292: NYI at java.lang.invoke.SpreadGeneric.buildAdapterFromBytecodes(SpreadGeneric.java:199)
- Closed
-
JDK-7039220 MethodHandle.asCollector throws UnsupportedOperationException if arrayLength >= 10
- Closed
-
JDK-6829188 missing method handle adapters required for JSR 292
- Closed
- relates to
-
JDK-6983728 JSR 292 code for limited argument counts is unused and should be deleted
- Resolved
-
JDK-7045514 SPARC assembly code for JSR 292 ricochet frames
- Resolved
-
JDK-7032850 MethodHandle.invokeGeneric throws unspecified RuntimeException if parameterized method is called
- Closed
-
JDK-7111138 delete the obsolete flag -XX:+UseRicochetFrames
- Closed
-
JDK-8249697 remove temporary fixes from java/lang/invoke/RicochetTest.java
- Resolved