-
Type:
Enhancement
-
Resolution: Duplicate
-
Priority:
P4
-
Affects Version/s: repo-valhalla
-
Component/s: hotspot
Arrays.copyOf and Arrays.copyOfRange should return null-restricted arrays if the given original array is null-restricted. The intrinsified methods need update along with the library change.
Library changeJDK-8329218 is: https://github.com/openjdk/valhalla/compare/lworld...mlchung:valhalla:arraysCopyOf
test/hotspot/jtreg/compiler/valhalla/inlinetypes/TestArrays.java fails without VM compiler support.
Library change
test/hotspot/jtreg/compiler/valhalla/inlinetypes/TestArrays.java fails without VM compiler support.
- duplicates
-
JDK-8251971 [lworld] Improve performance of arraycopy intrinsics
-
- Open
-
- relates to
-
JDK-8329218 [lworld] Arrays.copyOf and Arrays.copyOfRange support for null-restricted arrays
-
- Resolved
-