RFR: 8302189: Mark assertion failures noreturn [v2]
David Holmes
dholmes at openjdk.org
Tue Mar 7 01:29:13 UTC 2023
On Sun, 5 Mar 2023 15:36:30 GMT, Julian Waters <jwaters at openjdk.org> 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
More information about the build-dev
mailing list