-
Type:
Enhancement
-
Resolution: Unresolved
-
Priority:
P3
-
Affects Version/s: repo-valhalla
-
Component/s: hotspot
Especially now that we added support for nullable, atomic, flat arrays with JDK-8341767, we need to re-work the implementation of the arraycopy intrinsics.
This includes performance work for the following intrinsics:
- _arraycopy
- _copyOf
- _copyOfRange
For copyOf(Range), look at "TODO 8251971" comments in the code and tests.
Some of this is also tracked by JDK-8350865.
This includes performance work for the following intrinsics:
- _arraycopy
- _copyOf
- _copyOfRange
For copyOf(Range), look at "TODO 8251971" comments in the code and tests.
Some of this is also tracked by JDK-8350865.
- duplicates
-
JDK-8329224 [lworld] Intrinsification of Arrays.copyOf and Arrays.copyOfRange should support null-restricted arrays
-
- Closed
-
- relates to
-
JDK-8350865 [lworld] Follow-up work from adding support for nullable, flat, atomic arrays / fields
-
- Open
-
-
JDK-8341767 [lworld] JIT support for nullable, atomic, flat arrays
-
- Resolved
-