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

Zhengyu Gu zgu at openjdk.java.net
Fri Oct 15 16:15:59 UTC 2021


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

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

Commit messages:
 - Fix assert
 - v0

Changes: https://git.openjdk.java.net/jdk/pull/5970/files
 Webrev: https://webrevs.openjdk.java.net/?repo=jdk&pr=5970&range=00
  Issue: https://bugs.openjdk.java.net/browse/JDK-8275287
  Stats: 10 lines in 1 file changed: 1 ins; 0 del; 9 mod
  Patch: https://git.openjdk.java.net/jdk/pull/5970.diff
  Fetch: git fetch https://git.openjdk.java.net/jdk pull/5970/head:pull/5970

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


More information about the hotspot-runtime-dev mailing list