Issue | Fix Version | Assignee | Priority | Status | Resolution | Resolved In Build |
---|---|---|---|---|---|---|
JDK-2204309 | 7 | Christian Thalinger | P3 | Closed | Fixed | b123 |
JDK-2205753 | 6u25 | Christian Thalinger | P3 | Resolved | Fixed | b01 |
Because of the removal of language support, the JDK 7 API for JSR 292 no longer includes a public class named java/dyn/InvokeDynamic.
However, the JVM uses java/dyn/InvokeDynamic (arbitrarily) as a marker class for invokedynamic instructions. This practice needs to change, and the class may then be removed from the JDK.
However, the JVM uses java/dyn/InvokeDynamic (arbitrarily) as a marker class for invokedynamic instructions. This practice needs to change, and the class may then be removed from the JDK.
- backported by
-
JDK-2205753 java/dyn/InvokeDynamic should not be a well-known class in the JVM
-
- Resolved
-
-
JDK-2204309 java/dyn/InvokeDynamic should not be a well-known class in the JVM
-
- Closed
-
- relates to
-
JDK-6981777 implement JSR 292 EG adjustments from summer 2010
-
- Resolved
-
-
JDK-6979327 method handle invocation should use casts instead of type parameters to specify return type
-
- Closed
-