Re: RFR: 8309665: Simplify Arrays.copyOf/-Range methods [v2]

2023-06-09 Thread Claes Redestad
On Thu, 8 Jun 2023 16:15:21 GMT, Brett Okken wrote: >> Claes Redestad has updated the pull request incrementally with one >> additional commit since the last revision: >> >> Remove pointless comments > > src/java.base/share/classes/java/util/Arrays.java line 3845: > >> 3843: */ >> 3844:

Re: RFR: 8309665: Simplify Arrays.copyOf/-Range methods [v2]

2023-06-09 Thread Claes Redestad
> https://bugs.openjdk.org/browse/JDK-8301958 and later changes improved > Arrays.copyOf/-Range methods to improve peak performance in microbenchmarks > when copying the entire array, but it's resulted in a few lurking footprint > benchmark issues that come down to incurring slightly more JIT ac