Details
-
Bug
-
Resolution: Fixed
-
P3
-
8
-
None
-
b115
Description
Array.prototype.slice currently only has a generic implementation (based on get(), set(), delete() operations).
From the data gathered inJDK-8025964 we know that Array.prototype.splice is used quite a lot. We should provide an optimized implementation for dense arrays.
From the data gathered in