RFR: 8349180: Remove redundant initialization in ciField constructor
Dalibor Topic
robilad at openjdk.org
Fri Feb 28 21:06:59 UTC 2025
On Fri, 14 Feb 2025 15:00:06 GMT, Marc Chevalier <duke at openjdk.org> wrote:
> In `ciField`'s ctor, `_name` is initialized twice. I think we can indeed apply the suggested fix and remove the second assignment. `_name` is set correctly the first time (and without the useless cast), and not modified in between.
>
> Thanks,
> Marc
Please send me an e-mail at Dalibor.Topic at oracle.com so that I can verify your account's OCA.
-------------
PR Comment: https://git.openjdk.org/jdk/pull/23637#issuecomment-2691543250
More information about the hotspot-compiler-dev
mailing list