-
Enhancement
-
Resolution: Fixed
-
P3
-
9
-
b120
BeanLinker currently uses Array.getLength() from the reflection package to bind array length requests. With JDK-8159615 addressed, is no longer necessary, and the newly introduced method handle for array length getters is more easily intrinsified.
- relates to
-
JDK-8157250 BeanLinker assumes fixed array type linkage
-
- Resolved
-
-
JDK-8157251 BeanLinker relinks array length operations for array types
-
- Resolved
-
-
JDK-8156915 introduce MethodHandle factory for array length
-
- Resolved
-