RFR: 8352075: Perf regression accessing fields [v26]
Johan Sjölen
jsjolen at openjdk.org
Mon Jun 9 14:35:57 UTC 2025
On Mon, 9 Jun 2025 13:53:26 GMT, Radim Vansa <rvansa at openjdk.org> wrote:
>> Now I am confused; @iklam just requested to use the underscores.
>
> From https://wiki.openjdk.org/display/HotSpot/StyleGuide :
>> [#Names](https://wiki.openjdk.org/display/HotSpot/StyleGuide#StyleGuide-Names) Instance variable names start with underscore "_", classes start with upper case letter, local functions are all lower case, all must have meaningful names.
>
> No mention of distinction based on public/private
Well, now I am surprised :-). Thank you for looking that up, I've probably misunderstood the style and applied my own advice incorrectly. Sorry about the conflicting review comments.
-------------
PR Review Comment: https://git.openjdk.org/jdk/pull/24847#discussion_r2135839913
More information about the serviceability-dev
mailing list