[Patch] ParallelGC: Improve AlwaysPreTouch with multiple threads

stefan.johansson at oracle.com stefan.johansson at oracle.com
Fri Aug 21 07:59:05 UTC 2020


Hi Amit,

Your patch did not make it to the list. It might have been stripped. Are 
you subscribed to the list? That might be required to attach patches.

Thanks,
Stefan

On 2020-08-20 19:33, amith pawar wrote:
>   Hi,
> 
> Currently AlwaysPreTouch for ParallelGC is done with a single thread and
> this attached patch converts it to multithreaded similar to other GCs.
> 
> All JTREG tests passed without new failures.
> 
> Time taken for pretouch on EPYC server with 1TB memory and 128 threads
> Before fix: ~107 s
> After fix   :  ~14 s
> 
> Please review this attached patch and give your feedback.
> 
> Thanks,
> Amit Pawar
> 



More information about the hotspot-gc-dev mailing list