[jdk22u] RFR: 8272364: Parallel GC adaptive size policy may shrink the heap below MinHeapSize

Martin Doerr mdoerr at openjdk.org
Mon Jun 3 14:45:07 UTC 2024


On Mon, 20 May 2024 18:25:59 GMT, Zhengyu Gu <zgu at openjdk.org> wrote:

> The backport is not clean. 
> 
> The conflict is in the new test, which uses new API introduced by JDK-8321812 in 23. The issue is resolved by fall back to use old API in 22.
> 
> This risk of the backport is low and shrinking heap below minimum heap size is an unpleasant surpprise.

I think it will be ok if we `#ifdef` out the part of the test which doesn't work on PPC64. What do you think?

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

PR Comment: https://git.openjdk.org/jdk22u/pull/217#issuecomment-2145385034


More information about the jdk-updates-dev mailing list