RFR: 8264742: member variable _monitor of MonitorLocker is redundant

Xin Liu xliu at openjdk.java.net
Tue Apr 6 04:11:48 UTC 2021


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

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

Commit messages:
 - member variable _monitor of MonitorLocker is redundant

Changes: https://git.openjdk.java.net/jdk/pull/3350/files
 Webrev: https://webrevs.openjdk.java.net/?repo=jdk&pr=3350&range=00
  Issue: https://bugs.openjdk.java.net/browse/JDK-8264742
  Stats: 15 lines in 1 file changed: 5 ins; 1 del; 9 mod
  Patch: https://git.openjdk.java.net/jdk/pull/3350.diff
  Fetch: git fetch https://git.openjdk.java.net/jdk pull/3350/head:pull/3350

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


More information about the hotspot-runtime-dev mailing list