On Fri, 21 Aug 2026 19:37:09 GMT, Coleen Phillimore <[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/runtime/objectMonitor.inline.hpp line 88: > >> 86: set_metadata(hdr.value()); >> 87: } >> 88: > > Is there also a set_metadata() that should be removed? Will be taken care of in [JDK-8390970](https://bugs.openjdk.org/browse/JDK-8390970). ------------- PR Review Comment: https://git.openjdk.org/jdk/pull/32471#discussion_r3845671441
