RFR: 8369622: GlobalChunkPoolMutex needs to be recursive

Johan Sjölen jsjolen at openjdk.org
Wed Oct 15 11:50:22 UTC 2025


On Tue, 14 Oct 2025 13:47:13 GMT, Stefan Karlsson <stefank at openjdk.org> wrote:

>> The style guide doesn't mention it because I don't think we have consistent
>> usage, and I haven't felt like stirring that pot. (Others are, of course, free
>> to do so.) Personally I use no-indent unless the surrounding code uses
>> 1sp-indent. And only change an existing 1sp-indent to no-indent if it seems
>> out of place compared to surrounding code and I happen to be touching
>> something nearby.  (switch/case labels are similarly inconsistent in our code.)
>
> FWIW, I've been removing one-space indents for years now.

It's my experience that the no-space indent for access modifiers is what we're moving towards. Obviously, this has clearly been done through an informal and ad-hoc process.

-------------

PR Review Comment: https://git.openjdk.org/jdk/pull/27759#discussion_r2432259511


More information about the hotspot-runtime-dev mailing list