RFR: 8309847: FrameForm and RegisterForm constructors should initialize all members

Vladimir Kozlov kvn at openjdk.org
Tue Jun 13 04:50:52 UTC 2023


On Tue, 13 Jun 2023 02:26:01 GMT, Vladimir Petko <duke at openjdk.org> wrote:

> This PR fixes missing constructor initialisations in formsopt.cpp.
> This PR does not implement [CppCoreGuidelines#Rc-in-class-initializer](https://isocpp.github.io/CppCoreGuidelines/CppCoreGuidelines#Rc-in-class-initializer ) to keep the style consistent and minimise changes.

Looks good.

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

Marked as reviewed by kvn (Reviewer).

PR Review: https://git.openjdk.org/jdk/pull/14435#pullrequestreview-1476243324


More information about the hotspot-compiler-dev mailing list