RFR: 8275730: Relax memory constraint on MultiThreadedRefCounter

Yumin Qi minqi at openjdk.java.net
Wed Nov 3 03:40:15 UTC 2021


On Thu, 21 Oct 2021 17:08:45 GMT, Zhengyu Gu <zgu at openjdk.org> wrote:

> It is just an atomic counter, only needs atomic guarantee.

add (sub) itself also with a parameter of atomic_memory_order, but this change is more concise.
LGTM.

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

Marked as reviewed by minqi (Reviewer).

PR: https://git.openjdk.java.net/jdk/pull/6069


More information about the hotspot-jfr-dev mailing list