RFR: 8307298: JFR: Ensure jdk.jfr.internal.TypeLibrary is initialized only once [v3]
Erik Gahlin
egahlin at openjdk.org
Wed May 10 22:42:40 UTC 2023
On Wed, 10 May 2023 19:07:45 GMT, Robert Toyonaga <duke at openjdk.org> wrote:
> Hi @egahlin when you have time, can you please have a look at this change?
Looks reasonable.
Is there a (GraalVM) reason the boolean is volatile? Should be sufficient with synchronized.
(I will probably refactor the code, so implicitFieldTypes field can be removed, but it probably makes sense to keep that in a separate fix)
-------------
PR Comment: https://git.openjdk.org/jdk/pull/13760#issuecomment-1542897059
More information about the hotspot-jfr-dev
mailing list