RFR: 8371205: AArch64: Remove unused cmpxchg* methods
Andrew Haley
aph at openjdk.org
Tue Nov 4 17:49:58 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.
Trivial, obviously correct.
Marked as reviewed by aph (Reviewer).
-------------
Marked as reviewed by aph (Reviewer).
PR Review: https://git.openjdk.org/jdk/pull/28131#pullrequestreview-3417917816
PR Review: https://git.openjdk.org/jdk/pull/28131#pullrequestreview-3417923671
More information about the hotspot-dev
mailing list