RFR: 8280761: UseCompressedOops should be set after limit_heap_by_allocatable_memory [v3]
KIRIYAMA Takuya
duke at openjdk.java.net
Tue Apr 12 06:50:34 UTC 2022
On Fri, 8 Apr 2022 10:12:55 GMT, Albert Mingkun Yang <ayang at openjdk.org> wrote:
>> Consider that values like `MaxRAM` might change in the future (unlikely as it is). Setting it makes following the execution a bit easier imho.
>
> Aha, I see. Having `MaxRAMPercentage` set explicitly instead of relying on its default value indeed makes the test more resilient. Please add a comment for `MaxRAMPercentage`.
OK.
I added a comment for MaxRAMPercentage.
-------------
PR: https://git.openjdk.java.net/jdk/pull/7938
More information about the hotspot-gc-dev
mailing list