RFR: 8323807: Async UL: Add a stalling mode to async UL [v19]
Johan Sjölen
jsjolen at openjdk.org
Tue Feb 25 10:01:28 UTC 2025
On Tue, 25 Feb 2025 09:16:07 GMT, Axel Boldt-Christmas <aboldtch at openjdk.org> wrote:
> Looks good.
>
> The `Locker` could have used CRTP, but as this is a stack object using two references should be irrelevant.
Ooh right, I was thinking about how I could get a hold of `_holder`without passing it into the ctr. Good reminder, but I agree, this is so trivial so we can keep it as-is. I fixed your comments.
-------------
PR Comment: https://git.openjdk.org/jdk/pull/22770#issuecomment-2681392466
More information about the hotspot-runtime-dev
mailing list