RFR: 8259862: MutableSpace's end should be atomic

Thomas Schatzl tschatzl at openjdk.java.net
Sun Jan 31 17:11:42 UTC 2021


On Sat, 30 Jan 2021 05:51:38 GMT, Kim Barrett <kbarrett at openjdk.org> wrote:

> Please review this change to MutableSpace, making its _end member volatile
> and using Atomic operations to access the _top and _end members.  Some
> unused accessor functions that would otherwise need updating are removed.
> 
> Testing:
> mach5 tier1

Marked as reviewed by tschatzl (Reviewer).

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

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



More information about the hotspot-gc-dev mailing list