On Fri, 21 Aug 2026 14:50:50 GMT, Patricio Chilano Mateo <[email protected]> wrote:
>> This PR is a follow-up to >> [JDK-8389325](https://bugs.openjdk.org/browse/JDK-8389325) ("Remove the >> UseObjectMonitorTable flag and related code"). It: >> - Removes obsolete mark-word and monitor-pointer support. >> - Removes displaced-mark related code in garbage collectors (G1, Parallel GC >> and Shenandoah). >> - Renames UseObjectMonitorTableTest to ObjectMonitorTableTest. >> - Addresses all the leftover review comments from >> [JDK-8389325](https://bugs.openjdk.org/browse/JDK-8389325). >> >> Passes tier1-5 tests successfully on supported platforms. >> >> --------- >> - [x] I confirm that I make this contribution in accordance with the >> [OpenJDK Interim AI Policy](https://openjdk.org/legal/ai). > > src/hotspot/share/oops/markWord.hpp line 275: > >> 273: return has_monitor_pointer(); >> 274: } >> 275: markWord displaced_mark_helper() const; > > I see the SA agent has the equivalent methods > `hasDisplacedMarkHelper/displacedMarkHelper`. Just filed [JDK-8390949](https://bugs.openjdk.org/browse/JDK-8390949) to take of the removing of displaced-mark related code from SA agent. ------------- PR Review Comment: https://git.openjdk.org/jdk/pull/32471#discussion_r3845660801
