RFR: 8324849: Uniform use of synchronizations in NMT

Vladimir Kozlov kvn at openjdk.org
Mon Feb 26 17:58:42 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.

@afshin-zafari  Please, set correct RFE id number!!!!  See "Integration blockers" and "Issue".

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

Changes requested by kvn (Reviewer).

PR Review: https://git.openjdk.org/jdk/pull/18000#pullrequestreview-1901631791


More information about the hotspot-dev mailing list