On Mon, 9 Jun 2025 13:53:26 GMT, Radim Vansa <rva...@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