Integrated: 8256474: Migrate Mutex _owner accesses to use Atomic operations

David Holmes dholmes at openjdk.java.net
Tue Dec 1 23:13:56 UTC 2020


On Mon, 23 Nov 2020 23:08:28 GMT, David Holmes <dholmes at openjdk.org> wrote:

> Simple update to move away from volatile fields and use Atomic::load/store on racy accesses.
> 
> Thanks,
> David

This pull request has now been integrated.

Changeset: 927504e8
Author:    David Holmes <dholmes at openjdk.org>
URL:       https://git.openjdk.java.net/jdk/commit/927504e8
Stats:     25 lines in 2 files changed: 8 ins; 1 del; 16 mod

8256474: Migrate Mutex _owner accesses to use Atomic operations

Reviewed-by: coleenp, kbarrett

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

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


More information about the hotspot-runtime-dev mailing list