RFR: 8367422: Parallel: Refactor local variables names in copy_unmarked_to_survivor_space
Thomas Schatzl
tschatzl at openjdk.org
Mon Sep 15 07:23:31 UTC 2025
On Thu, 11 Sep 2025 13:59:20 GMT, Albert Mingkun Yang <ayang at openjdk.org> wrote:
> Trivial "renaming" a local variable and its type to better reflect its semantic and avoid much `HeapWord*`-vs-`oop` conversion.
>
> Test: Comparing the generated asm in release build and they are identical.
Marked as reviewed by tschatzl (Reviewer).
-------------
PR Review: https://git.openjdk.org/jdk/pull/27227#pullrequestreview-3223219013
More information about the hotspot-gc-dev
mailing list