Integrated: 8278143: Remove unused "argc" from ConstantPool::copy_bootstrap_arguments_at_impl
Aleksey Shipilev
shade at openjdk.java.net
Sun Dec 5 21:42:16 UTC 2021
On Thu, 2 Dec 2021 12:49:45 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
> - [x] GHA
This pull request has now been integrated.
Changeset: 839b6067
Author: Aleksey Shipilev <shade at openjdk.org>
URL: https://git.openjdk.java.net/jdk/commit/839b6067c85cfc260803af9b01dd1e7e7f8388db
Stats: 3 lines in 1 file changed: 0 ins; 1 del; 2 mod
8278143: Remove unused "argc" from ConstantPool::copy_bootstrap_arguments_at_impl
Reviewed-by: lfoltan, dholmes
-------------
PR: https://git.openjdk.java.net/jdk/pull/6671
More information about the hotspot-dev
mailing list