RFR: 8351046: Rename ObjectMonitor functions [v4]

Fredrik Bredberg fbredberg at openjdk.org
Mon Mar 10 14:27:56 UTC 2025


On Mon, 10 Mar 2025 13:11:33 GMT, Coleen Phillimore <coleenp at openjdk.org> wrote:

>> 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.

Nice work!
Really like that you supplied the `sed` script as an overview of the changes.
Also `whatever_internal` is so mush better than the old `WhateverI`.

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

Marked as reviewed by fbredberg (Committer).

PR Review: https://git.openjdk.org/jdk/pull/23450#pullrequestreview-2671161285


More information about the hotspot-runtime-dev mailing list