RFR(S): 8209162: Page size selection does not always select optimal page size

Ivan Walulya ivan.walulya at oracle.com
Sat Apr 18 10:04:59 UTC 2020



> On 17 Apr 2020, at 12:40, Bernd Eckenfels <ecki at zusammenkunft.net> wrote:
> 
> It looks rather confusing to use the min_pages variable for two sizes, maybe better call it pages?

Thanks for pointing this out. Refactored, hope it is clearer now.
https://cr.openjdk.java.net/~iwalulya/8209162/01/ <https://cr.openjdk.java.net/~iwalulya/8209162/01/>

> 
> BTW i am not sure why the minimum number of pages does not apply to the static side heap case. Isn't there requirement fūr the 4 generations present in all cases? Maybe the comment can describe this more cleanly.

const size_t page_sz = MIN2(max_page_sz, min_page_sz); would handle this case.
 I hope the refactored code is less confusing. 

> 
> 
> --
> http://bernd.eckenfels.net




More information about the hotspot-gc-dev mailing list