RFR: 8329203: Parallel: Investigate Mark-Compact for Full GC to decrease memory usage [v4]
Albert Mingkun Yang
ayang at openjdk.org
Thu May 16 20:21:35 UTC 2024
On Thu, 16 May 2024 11:20:38 GMT, Guoxiong Li <gli at openjdk.org> wrote:
> the new address seems to should be destination + <live words>
Isn't that `new_addr = destination + live_words`?
(Not super clear what you are suggesting; can you post some code snippet here or point me to your repo/branch with your suggestion so that I can see the exact code?)
-------------
PR Review Comment: https://git.openjdk.org/jdk/pull/19101#discussion_r1603977756
More information about the hotspot-gc-dev
mailing list