Integrated: 8256383: PlatformMutex::try_lock has different semantics on Windows and Posix

David Holmes dholmes at openjdk.java.net
Wed Nov 18 22:52:05 UTC 2020


On Tue, 17 Nov 2020 05:41:44 GMT, David Holmes <dholmes at openjdk.org> wrote:

> Mutex::try_lock has to allow for the possibility that the PlatformMutex::try_lock allows recursive locking.
> 
> Added additional commentary on the semantics provided by Mutex and the PlatformMutex classes.
> 
> Testing: GHA, mach5 tiers 1-3

This pull request has now been integrated.

Changeset: 2b155713
Author:    David Holmes <dholmes at openjdk.org>
URL:       https://git.openjdk.java.net/jdk/commit/2b155713
Stats:     18 lines in 4 files changed: 14 ins; 1 del; 3 mod

8256383: PlatformMutex::try_lock has different semantics on Windows and Posix

Reviewed-by: stuefe, dcubed

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

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


More information about the hotspot-runtime-dev mailing list