Integrated: JDK-8263559: Add missing initializers to VM_PopulateDumpSharedSpace

Thomas Stuefe stuefe at openjdk.java.net
Tue Mar 16 05:51:10 UTC 2021


On Sun, 14 Mar 2021 06:30: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.

This pull request has now been integrated.

Changeset: ba35193c
Author:    Thomas Stuefe <stuefe at openjdk.org>
URL:       https://git.openjdk.java.net/jdk/commit/ba35193c
Stats:     10 lines in 1 file changed: 3 ins; 4 del; 3 mod

8263559: Add missing initializers to VM_PopulateDumpSharedSpace

Reviewed-by: kbarrett, iklam, coleenp

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

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


More information about the hotspot-runtime-dev mailing list