RFR: 8301403: Eliminate memory allocations in JVMFlag::printFlags during signal handling [v5]
Gerard Ziemski
gziemski at openjdk.org
Tue Jul 23 17:10:33 UTC 2024
On Tue, 23 Jul 2024 10:16:17 GMT, Thomas Stuefe <stuefe at openjdk.org> wrote:
> It would benefit from clearer coding.
>
> E.g.
>
> ```
> const bool skip = ...
> const bool visited = ...
> if (!visited && !skip) ...
> ```
I like this clarification coding style.
-------------
PR Review Comment: https://git.openjdk.org/jdk/pull/20202#discussion_r1688422609
More information about the hotspot-runtime-dev
mailing list