RFR: 8319778: Remove unreachable code in ObjectSynchronizer::exit [v3]
Axel Boldt-Christmas
aboldtch at openjdk.org
Mon Nov 20 07:25:04 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 three additional commits since the last revision:
- Merge remote-tracking branch 'upstream_jdk/master' into JDK-8319778
- 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/bb1a2038..4cf7b701
Webrevs:
- full: https://webrevs.openjdk.org/?repo=jdk&pr=16602&range=02
- incr: https://webrevs.openjdk.org/?repo=jdk&pr=16602&range=01-02
Stats: 15767 lines in 365 files changed: 7736 ins; 5445 del; 2586 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