RFR: 8371205: AArch64: Remove unused cmpxchg* methods
duke
duke at openjdk.org
Wed Nov 5 13:55:26 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.
@ruben-arm
Your change (at version d87d96222c8918f982313e84e79d48c476aa7728) is now ready to be sponsored by a Committer.
-------------
PR Comment: https://git.openjdk.org/jdk/pull/28131#issuecomment-3491336974
More information about the hotspot-dev
mailing list