RFR: 8325467: Support methods with many arguments in C2 [v17]

Daniel Lundén dlunden at openjdk.org
Mon Jun 23 13:37:28 UTC 2025


On Fri, 20 Jun 2025 10:21:28 GMT, Emanuel Peter <epeter at openjdk.org> wrote:

>> Yes, it is the copy constructor. Can you elaborate a bit on what type of comment you expect? There are already some comments in the `copy` method.
>
> I think I was wondering if it was shallow or deep copying, but it has been a while since I reviewed.

Right, it's a deep copy (both for copy construction and copy assignment). I added comments now, thanks!

-------------

PR Review Comment: https://git.openjdk.org/jdk/pull/20404#discussion_r2161654006


More information about the hotspot-compiler-dev mailing list