RFR: 8367422: Parallel: Refactor local variables names in copy_unmarked_to_survivor_space
Albert Mingkun Yang
ayang at openjdk.org
Mon Sep 15 07:47:56 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.
Thanks for review.
-------------
PR Comment: https://git.openjdk.org/jdk/pull/27227#issuecomment-3290879216
More information about the hotspot-gc-dev
mailing list