RFR: 8338379: Accesses to class init state should be properly synchronized [v2]
Aleksey Shipilev
shade at openjdk.org
Mon Sep 30 17:11:57 UTC 2024
On Mon, 30 Sep 2024 09:30:23 GMT, Martin Doerr <mdoerr at openjdk.org> wrote:
> The more frequently used parts are in platform specific code, so it might make sense to optimize the PPC64 parts. Also note that the "isync trick" is a faster acquire barrier than "lwsync". What do you think about this?
I don't mind, and what you say as maintainer of PPC64 code goes :) I merged the patch in this PR, thanks.
-------------
PR Comment: https://git.openjdk.org/jdk/pull/21110#issuecomment-2383736192
More information about the hotspot-dev
mailing list