Integrated: 8367422: Parallel: Refactor local variables names in copy_unmarked_to_survivor_space
Albert Mingkun Yang
ayang at openjdk.org
Mon Sep 15 07:52:01 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.
This pull request has now been integrated.
Changeset: 9ca7b244
Author: Albert Mingkun Yang <ayang at openjdk.org>
URL: https://git.openjdk.org/jdk/commit/9ca7b24421a5ea4fafb39bcf0c9744696932f49d
Stats: 11 lines in 1 file changed: 1 ins; 0 del; 10 mod
8367422: Parallel: Refactor local variables names in copy_unmarked_to_survivor_space
Reviewed-by: fandreuzzi, tschatzl
-------------
PR: https://git.openjdk.org/jdk/pull/27227
More information about the hotspot-gc-dev
mailing list