RFR: 8340103: Add internal set_flag function to VMATree [v11]

Johan Sjölen jsjolen at openjdk.org
Wed Nov 6 10:28:04 UTC 2024


On Wed, 6 Nov 2024 10:21:21 GMT, Johan Sjölen <jsjolen at openjdk.org> wrote:

>> But it is not uniform if we end up with three different initialization styles: the old way of `object(a, b, c);` the new way of `object{a, b, c};` and plain array/struct init, which  overwhelmingly seems to use spaces around curlies: `= { a, b, c };` .
>
> Yeah, I don't care too much about what we do here to be honest. If you want spaces around curlies, we can do that :).

I added a constructor and changed to parens!

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

PR Review Comment: https://git.openjdk.org/jdk/pull/20994#discussion_r1830747809


More information about the hotspot-runtime-dev mailing list