Integrated: 8311646: ZGC: LIR_OpZStoreBarrier::_info shadows LIR_Op::_info
Chad Rakoczy
duke at openjdk.org
Tue Jul 25 06:07:49 UTC 2023
On Mon, 10 Jul 2023 19:13:32 GMT, Chad Rakoczy <duke at openjdk.org> wrote:
> [JDK-8311646](https://bugs.openjdk.org/browse/JDK-8311646)
>
> In LIR_OpZStoreBarrier, SonarCloud reports:
> Field "_info" shadows a field of the same name in base class "LIR_Op".
>
> Updates LIR_OpZStoreBarrier to use the superclass `_info` instead
>
> Additional testing:
> - [x] Linux x86_64 fastdebug `tier2`
> - [x] Linux x86_64 release `tier2`
> - [x] Linux x86_64 fastdebug `test/hotspot/jtreg/gc/z`
> - [x] Linux x86_64 release `test/hotspot/jtreg/gc/z`
> - [x] Linux x86_64 fastdebug `gtest:all`
> - [x] Linux x86_64 release `gtest:all`
This pull request has now been integrated.
Changeset: 99998381
Author: Chad Rakoczy <chadrako at amazon.com>
Committer: Koichi Sakata <ksakata at openjdk.org>
URL: https://git.openjdk.org/jdk/commit/9999838156aedb15c7e1649b85cfbe4ba394f4a4
Stats: 4 lines in 1 file changed: 0 ins; 2 del; 2 mod
8311646: ZGC: LIR_OpZStoreBarrier::_info shadows LIR_Op::_info
Reviewed-by: kbarrett, eosterlund, ksakata
-------------
PR: https://git.openjdk.org/jdk/pull/14816
More information about the hotspot-gc-dev
mailing list