On AArch64 and RISC-V, the last formal parameter for ZBarrierSetAssembler::load_at is named "tmp_thread". But the callers will pass an ordinary temporary register for this parameter which has no relation with the thread register. We should rename this formal parameter from "tmp_thread" to "tmp2".