RFR: 8367422: Parallel: Refactor local varibles names in copy_unmarked_to_survivor_space

Albert Mingkun Yang ayang at openjdk.org
Thu Sep 11 14:07:54 UTC 2025


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.

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

Commit messages:
 - pgc-rename

Changes: https://git.openjdk.org/jdk/pull/27227/files
  Webrev: https://webrevs.openjdk.org/?repo=jdk&pr=27227&range=00
  Issue: https://bugs.openjdk.org/browse/JDK-8367422
  Stats: 11 lines in 1 file changed: 1 ins; 0 del; 10 mod
  Patch: https://git.openjdk.org/jdk/pull/27227.diff
  Fetch: git fetch https://git.openjdk.org/jdk.git pull/27227/head:pull/27227

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


More information about the hotspot-gc-dev mailing list