Integrated: 8275287: Relax memory ordering constraints on updating instance class and array class counters

Zhengyu Gu zgu at openjdk.java.net
Tue Oct 19 14:17:54 UTC 2021


On Fri, 15 Oct 2021 16:09:49 GMT, Zhengyu Gu <zgu at openjdk.org> wrote:

> The same as JDK-8261600, the counters only need atomic guarantee,  so that, their memory constraints can be relaxed.

This pull request has now been integrated.

Changeset: 002c538b
Author:    Zhengyu Gu <zgu at openjdk.org>
URL:       https://git.openjdk.java.net/jdk/commit/002c538bc03f55fa600f331a66242ee8575919dc
Stats:     10 lines in 1 file changed: 1 ins; 0 del; 9 mod

8275287: Relax memory ordering constraints on updating instance class and array class counters

Reviewed-by: dholmes, rkennke

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

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


More information about the hotspot-runtime-dev mailing list