Integrated: 8324829: Uniform use of synchronizations in NMT

Afshin Zafari azafari at openjdk.org
Mon Mar 4 08:20:55 UTC 2024


On Mon, 26 Feb 2024 07:41:45 GMT, Afshin Zafari <azafari at openjdk.org> wrote:

> In NMT, both `ThreadCritical` and `Tracker` objects are used to do synchronizations. `Tracker` class uses `ThreadCritical` internally and used only for uncommit and release memory operations.  In this change, `Tracker` class is replaced with explicit use of `ThreadCritical` to be the same as the other instances of sync'ing NMT operations.
> 
> tiers1-5 tests passed.

This pull request has now been integrated.

Changeset: 7c71f188
Author:    Afshin Zafari <azafari at openjdk.org>
URL:       https://git.openjdk.org/jdk/commit/7c71f188a3a98e47ee363c532bd75937e69869a7
Stats:     73 lines in 7 files changed: 16 ins; 40 del; 17 mod

8324829: Uniform use of synchronizations in NMT

Reviewed-by: stuefe, jsjolen

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

PR: https://git.openjdk.org/jdk/pull/18000


More information about the hotspot-dev mailing list