RFR: 8234543: ZGC: Parallel pre-touch
Stefan Karlsson
stefan.karlsson at oracle.com
Thu Nov 28 13:57:50 UTC 2019
Looks good.
StefanK
On 2019-11-21 10:32, Per Liden wrote:
> When using -XX:+AlwaysPreTouch, ZGC is currently doing single threaded
> pre-touch. This patch makes this a parallel operation. This improves
> startup time, especially when using large heaps. For example, when using
> a 3TB heap (-XX:+AlwaysPreTouch -Xms3T -Xmx3T), startup time is improved
> by about 30x.
>
> Bug: https://bugs.openjdk.java.net/browse/JDK-8234543
> Webrev: http://cr.openjdk.java.net/~pliden/8234543/webrev.0
>
> /Per
More information about the hotspot-gc-dev
mailing list