RFR: 8272364: Parallel GC adaptive size policy may shrink the heap below MinHeapSize [v6]
Zhengyu Gu
zgu at openjdk.org
Fri May 3 00:30:59 UTC 2024
On Thu, 2 May 2024 20:12:06 GMT, Zhengyu Gu <zgu at openjdk.org> wrote:
>> This appears to be another miscalculation of gc ergonomics. When `NewSize` is not explicitly set, `MinNewSize` should be derived from `MinHeapSize` using `NewRatio`.
>>
>> This pull request has dependency on [PR#18539](https://github.com/openjdk/jdk/pull/18539)
>
> Zhengyu Gu has updated the pull request incrementally with one additional commit since the last revision:
>
> Further reduce heap size for 32-bit test
Thanks for the review, @rkennke @albertnetymk
-------------
PR Comment: https://git.openjdk.org/jdk/pull/18877#issuecomment-2091951617
More information about the hotspot-gc-dev
mailing list