RFR: 8252588: HotSpot Style Guide should permit uniform initialization

Vladimir Kozlov kvn at openjdk.java.net
Tue Nov 17 02:06:05 UTC 2020


On Mon, 9 Nov 2020 11:05:35 GMT, Kim Barrett <kbarrett at openjdk.org> wrote:

> Please review and vote on this change to the HotSpot Style Guide to
> permit the use of uniform initialization, aka brace initialization, in
> HotSpot code.  Uniform initialization is a feature added in C++11.
> 
> This is a modification of the Style Guide, so rough consensus among
> the HotSpot Group members is required to make this change.  Only Group
> members should vote for approval (via the github PR), though reasoned
> objectsions or comments from anyone will be considered.  A decision to
> approve will not be made before Monday 16-Nov-2020 at 12h00 UTC.
> 
> [Note: This is the first attempt to change the Style Guide since the
> revision that added a description for a change process (requires rough
> consensus of the Group), and also since the start of using git and
> github PRs.  I'm making a guess at how to instantiate that process
> within the new mechanisms.]

Good.

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

Marked as reviewed by kvn (Reviewer).

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


More information about the hotspot-dev mailing list