RFR: 8319778: Remove unreachable code in ObjectSynchronizer::exit [v2]

Axel Boldt-Christmas aboldtch at openjdk.org
Tue Nov 14 13:24:56 UTC 2023


> In `ObjectSynchronizer::exit` when unlocking on an inflated monitor with `LM_LIGHTWEIGHT` there is a check if the owner is anonymous. That branch should never be take and would indicate that something is wrong with either `ObjectSynchronizer::inflate` or that `ObjectSynchronizer::exit` is trying to unlock a monitor not owned by the `current` thread.
> 
> Changes this to an assert instead. Did not condition the assert on `LM_LIGHTWEIGHT` as this property should hold regardless of locking mode.

Axel Boldt-Christmas has updated the pull request with a new target base due to a merge or a rebase. The incremental webrev excludes the unrelated changes brought in by the merge/rebase. The pull request contains two additional commits since the last revision:

 - Merge remote-tracking branch 'upstream_jdk/master' into JDK-8319778
 - 8319778: Remove unreachable code in ObjectSynchronizer::exit

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

Changes:
  - all: https://git.openjdk.org/jdk/pull/16602/files
  - new: https://git.openjdk.org/jdk/pull/16602/files/90676cef..bb1a2038

Webrevs:
 - full: https://webrevs.openjdk.org/?repo=jdk&pr=16602&range=01
 - incr: https://webrevs.openjdk.org/?repo=jdk&pr=16602&range=00-01

  Stats: 599626 lines in 656 files changed: 76230 ins; 464489 del; 58907 mod
  Patch: https://git.openjdk.org/jdk/pull/16602.diff
  Fetch: git fetch https://git.openjdk.org/jdk.git pull/16602/head:pull/16602

PR: https://git.openjdk.org/jdk/pull/16602


More information about the hotspot-runtime-dev mailing list