RFR: 8264742: member variable _monitor of MonitorLocker is redundant

Paul Hohensee phh at openjdk.java.net
Wed Apr 7 17:51:56 UTC 2021


On Tue, 6 Apr 2021 04:05:21 GMT, Xin Liu <xliu at openjdk.org> wrote:

> MonitorLocker is a subclass of MutexLocker. The member variable _monitor
> has the same value of _mutex in its base class.

Marked as reviewed by phh (Reviewer).

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

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


More information about the hotspot-runtime-dev mailing list