Integrated: 8264742: member variable _monitor of MonitorLocker is redundant

Xin Liu xliu at openjdk.java.net
Wed Apr 7 17:54:18 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.

This pull request has now been integrated.

Changeset: 774e5ae0
Author:    Xin Liu <xliu at openjdk.org>
Committer: Paul Hohensee <phh at openjdk.org>
URL:       https://git.openjdk.java.net/jdk/commit/774e5ae0
Stats:     15 lines in 1 file changed: 5 ins; 1 del; 9 mod

8264742: member variable _monitor of MonitorLocker is redundant

Reviewed-by: coleenp, dholmes, phh

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

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


More information about the hotspot-runtime-dev mailing list