RFR: 8317371: GenShen: Needs improved support for humongous allocation [v3]
Kelvin Nilsen
kdnilsen at openjdk.org
Fri Oct 13 19:26:40 UTC 2023
On Fri, 13 Oct 2023 18:03:33 GMT, William Kemper <wkemper at openjdk.org> wrote:
>> Not sure which member fields. Please clarify.
>
> It looks like `fragmentation_trigger_reason` just copies the values of the member fields into its arguments.
Thanks for clarifying. I kind of like the encapsulating the update as is, because it makes more clear to the code maintainer what these fields represent, and how they got their values. For performance, I'll add inline to the function definition. Is that ok?
-------------
PR Review Comment: https://git.openjdk.org/shenandoah/pull/336#discussion_r1358724079
More information about the shenandoah-dev
mailing list