RFR: 8351046: Rename ObjectMonitor functions [v4]

Coleen Phillimore coleenp at openjdk.org
Mon Mar 10 13:11:33 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.

Coleen Phillimore has updated the pull request incrementally with one additional commit since the last revision:

  Rename WaitSet, WaitSetLock and SpinDuration to follow hotspot coding style.

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

Changes:
  - all: https://git.openjdk.org/jdk/pull/23450/files
  - new: https://git.openjdk.org/jdk/pull/23450/files/6f356df0..cd95e5b0

Webrevs:
 - full: https://webrevs.openjdk.org/?repo=jdk&pr=23450&range=03
 - incr: https://webrevs.openjdk.org/?repo=jdk&pr=23450&range=02-03

  Stats: 50 lines in 2 files changed: 0 ins; 0 del; 50 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