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.
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.
- links to
-
Review(master)
openjdk/jdk/28565