RFR: 8351046: Rename ObjectMonitor functions

Coleen Phillimore coleenp at openjdk.org
Fri Mar 7 18:44:26 UTC 2025


This change simply changes the remaining names of functions in objectMonitor that were camel case, now following the hotspot coding standard.  Recent changes have been confused about which style to use, so this helps with this.  This is a mechanical change, largely trivial.  Further improvements can be different PRs, but any names missed could be added to this.
Ran tier1 on Oracle standard platforms.

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

Commit messages:
 - 8351046: Rename ObjectMonitor functions

Changes: https://git.openjdk.org/jdk/pull/23450/files
  Webrev: https://webrevs.openjdk.org/?repo=jdk&pr=23450&range=00
  Issue: https://bugs.openjdk.org/browse/JDK-8351046
  Stats: 79 lines in 3 files changed: 0 ins; 0 del; 79 mod
  Patch: https://git.openjdk.org/jdk/pull/23450.diff
  Fetch: git fetch https://git.openjdk.org/jdk.git pull/23450/head:pull/23450

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


More information about the hotspot-runtime-dev mailing list