Integrated: 8295711: Rename ZBarrierSetAssembler::load_at parameter name from "tmp_thread" to "tmp2"

Fei Yang fyang at openjdk.org
Tue Nov 15 01:02:03 UTC 2022


On Thu, 20 Oct 2022 08:28:09 GMT, Fei Yang <fyang at openjdk.org> wrote:

> This is a trivial change renaming a formal parameter for ZBarrierSetAssembler::load_at.
> 
> 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".
> 
> Testing: fastdebug builds on linux-aarch64 & linux-riscv64.

This pull request has now been integrated.

Changeset: 93d6b1f3
Author:    Fei Yang <fyang at openjdk.org>
URL:       https://git.openjdk.org/jdk/commit/93d6b1f3e839a434492821ae516786c7cd4b9dc8
Stats:     6 lines in 4 files changed: 0 ins; 0 del; 6 mod

8295711: Rename ZBarrierSetAssembler::load_at parameter name from "tmp_thread" to "tmp2"

Reviewed-by: fjiang, haosun, tschatzl, eosterlund

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

PR: https://git.openjdk.org/jdk/pull/10783


More information about the hotspot-dev mailing list