RFR: 8278143: Remove unused "argc" from ConstantPool::copy_bootstrap_arguments_at_impl [v2]

David Holmes dholmes at openjdk.java.net
Sun Dec 5 12:04:12 UTC 2021


On Fri, 3 Dec 2021 08:23:41 GMT, Aleksey Shipilev <shade at openjdk.org> wrote:

>> SonarCloud complains about variable initialization in large conditional statements. In that tower of if-expressions, it is not even clear to me that `argc` would be properly initialized. Seems better to clean that up.
>> 
>> Additional testing:
>>  - [x] Linux x86_64 fastdebug build
>>  - [ ] GHA
>
> Aleksey Shipilev has updated the pull request incrementally with one additional commit since the last revision:
> 
>   Tidy up the comment

Marked as reviewed by dholmes (Reviewer).

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

PR: https://git.openjdk.java.net/jdk/pull/6671


More information about the hotspot-dev mailing list