Integrated: 8371347: Move the ObjectMonitorTable to a separate new file
Fredrik Bredberg
fbredberg at openjdk.org
Mon Dec 15 08:58:15 UTC 2025
On Sat, 29 Nov 2025 11:21:52 GMT, Fredrik Bredberg <fbredberg at openjdk.org> wrote:
> The request to move the `ObjectMonitorTable` to a separate new file came from this review comment: https://github.com/openjdk/jdk/pull/27915#discussion_r2459848893
>
> By moving the `ObjectMonitorTable` implementation out of `runtime/synchronizer.cpp` into `runtime/objectMonitorTable.[ch]pp` will make a future transition from the current `ObjectMonitorTable` implementation to a new (and better) implementation appear more clean.
>
> Passes tier1-7 without any problems that can be traced to this PR.
This pull request has now been integrated.
Changeset: ad6611a9
Author: Fredrik Bredberg <fbredberg at openjdk.org>
URL: https://git.openjdk.org/jdk/commit/ad6611a9a3fd5f9cf8b73ce3ccf976187e344654
Stats: 671 lines in 3 files changed: 386 ins; 285 del; 0 mod
8371347: Move the ObjectMonitorTable to a separate new file
Reviewed-by: dholmes, coleenp
-------------
PR: https://git.openjdk.org/jdk/pull/28565
More information about the hotspot-runtime-dev
mailing list