On Sun, 5 Mar 2023 15:36:30 GMT, Julian Waters <[email protected]> wrote:
>> I don't understand the question? These are member variable declarations.
>
> I believe David is asking about why these particular member names were changed
No I'm comparing the syntax used elsewhere:
DebuggingContext debugging{};
with that used here:
DebuggingContext debugging;
why the braces in most cases but not here?
-------------
PR: https://git.openjdk.org/jdk/pull/12845
