RFR: JDK-8263559: Add missing initializers to VM_PopulateDumpSharedSpace [v2]
Kim Barrett
kbarrett at openjdk.java.net
Mon Mar 15 23:24:08 UTC 2021
On Mon, 15 Mar 2021 07:24:32 GMT, Thomas Stuefe <stuefe at openjdk.org> wrote:
>> Trivial.
>>
>> Sonarcloud reports missing initializers in VM_PopulateDumpSharedSpace. I don't see how this could lead to an error, since these members are initialized later, but for cleanliness sake lets initialize them.
>
> Thomas Stuefe has updated the pull request incrementally with one additional commit since the last revision:
>
> Remove explicit NULL resets
Looks good.
-------------
Marked as reviewed by kbarrett (Reviewer).
PR: https://git.openjdk.java.net/jdk/pull/2996
More information about the hotspot-runtime-dev
mailing list