On Thu, 20 Aug 2026 14:13:27 GMT, Fredrik Bredberg <[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). This pull request has now been integrated. Changeset: f86752b7 Author: Fredrik Bredberg <[email protected]> URL: https://git.openjdk.org/jdk/commit/f86752b7c87d0f52e256227a8a1cee92f6b8eb81 Stats: 210 lines in 20 files changed: 12 ins; 146 del; 52 mod 8389938: Follow up after removing UseObjectMonitorTable flag Reviewed-by: coleenp, aboldtch, pchilanomate, shade ------------- PR: https://git.openjdk.org/jdk/pull/32471
