| Other |
|---|
| repo-valhallaUnresolved |
|
Duplicate :
|
|
|
Relates :
|
|
|
Relates :
|
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.