RFR: 8302850: Implement C1 clone intrinsic that reuses arraycopy code for primitive arrays [v9]
Galder Zamarreño
galder at openjdk.org
Thu Apr 18 09:11:40 UTC 2024
On Wed, 17 Apr 2024 10:20:21 GMT, Martin Doerr <mdoerr at openjdk.org> wrote:
>> FAO @bulasevich @TheRealMDoerr @RealFYang @RealLucy I've created [JDK-8330472](https://bugs.openjdk.org/browse/JDK-8330472) to port the changes here to arm/ppc/riscv/s390. Also, the changes in this PR have been in made in such way that they only affect architectures on which the intrinsic is implemented. Would you also be able to test the changes in this PR to make sure no regressions are introduced on these archs?
>
>> FAO @bulasevich @TheRealMDoerr @RealFYang @RealLucy I've created [JDK-8330472](https://bugs.openjdk.org/browse/JDK-8330472) to port the changes here to arm/ppc/riscv/s390. Also, the changes in this PR have been in made in such way that they only affect architectures on which the intrinsic is implemented. Would you also be able to test the changes in this PR to make sure no regressions are introduced on these archs?
>
> Thanks! I'll test it. We will need separate issues for these platforms because they are maintained by different people.
@TheRealMDoerr I've pushed a couple of commits to address your comments.
-------------
PR Comment: https://git.openjdk.org/jdk/pull/17667#issuecomment-2063393420
More information about the hotspot-compiler-dev
mailing list