RFR: 8371205: AArch64: Remove unused cmpxchg* methods

Kim Barrett kbarrett at openjdk.org
Tue Nov 4 17:49:59 UTC 2025


On Tue, 4 Nov 2025 13:41:04 GMT, Ruben <duke at openjdk.org> wrote:

> Since JDK-8364406, the AArch64 macroAssembler method cmpxchg_obj_header is no longer used. The method cmpxchgptr is used by cmpxchg_obj_header however is not used by any other method so can be removed alongside cmpxchgptr.
> cmpxchgw is also unused and can be removed.

Looks good.

-------------

Marked as reviewed by kbarrett (Reviewer).

PR Review: https://git.openjdk.org/jdk/pull/28131#pullrequestreview-3417927215


More information about the hotspot-dev mailing list