RFR: 8302850: Implement C1 clone intrinsic that reuses arraycopy code for primitive arrays [v10]
Galder Zamarreño
galder at openjdk.org
Fri Apr 19 07:51:59 UTC 2024
On Fri, 19 Apr 2024 05:31:40 GMT, Boris Ulasevich <bulasevich at openjdk.org> wrote:
> There are stylistic questions to this block
...
> Comment about phi does not make things clear: not evident why receiver type can be nullptr and why it is phi. After all, why can't we check src->exact_type()->as_array_klass()->element_type() here?
This block comes from @dean-long, I'll let him comment.
-------------
PR Review Comment: https://git.openjdk.org/jdk/pull/17667#discussion_r1571973470
More information about the hotspot-compiler-dev
mailing list