RFR: 8295457: Make the signatures of write barrier methods consistent
Zixian Cai
duke at openjdk.org
Tue Oct 18 08:30:59 UTC 2022
On Tue, 18 Oct 2022 08:18:56 GMT, Aleksey Shipilev <shade at openjdk.org> wrote:
> Do you want to check `macroAssembler_ppc.*`, `macroAssembler_arm.*` too?
`ppc` methods are in `src/hotspot/cpu/ppc/macroAssembler_ppc.inline.hpp` and are fixed in this PR.
`arm` methods are already correct. Please see below. Thanks.
https://github.com/openjdk/jdk/blob/71aa8210910dbafe30eccc772eaa7747f46be0cd/src/hotspot/cpu/arm/macroAssembler_arm.hpp#L852
https://github.com/openjdk/jdk/blob/71aa8210910dbafe30eccc772eaa7747f46be0cd/src/hotspot/cpu/arm/macroAssembler_arm.hpp#L848
-------------
PR: https://git.openjdk.org/jdk/pull/10739
More information about the hotspot-dev
mailing list