RFR: JDK-8263559: Add missing initializers to VM_PopulateDumpSharedSpace [v3]

Thomas Stuefe stuefe at openjdk.java.net
Tue Mar 16 05:42:26 UTC 2021


> 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:

  move constructor brackets up

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

Changes:
  - all: https://git.openjdk.java.net/jdk/pull/2996/files
  - new: https://git.openjdk.java.net/jdk/pull/2996/files/fe44ca64..d752fe8e

Webrevs:
 - full: https://webrevs.openjdk.java.net/?repo=jdk&pr=2996&range=02
 - incr: https://webrevs.openjdk.java.net/?repo=jdk&pr=2996&range=01-02

  Stats: 2 lines in 1 file changed: 0 ins; 1 del; 1 mod
  Patch: https://git.openjdk.java.net/jdk/pull/2996.diff
  Fetch: git fetch https://git.openjdk.java.net/jdk pull/2996/head:pull/2996

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


More information about the hotspot-runtime-dev mailing list