-
Enhancement
-
Resolution: Fixed
-
P4
-
17, 21
-
b10
As a split-off of JDK-8211104, handle parallelizing TLAB resizing at the end of young gc.
In applications with a large number of Java threads (20k+), TLAB retirement, log buffer flushing and TLAB resizing takes 3-7% of total pause time.
In applications with a large number of Java threads (20k+), TLAB retirement, log buffer flushing and TLAB resizing takes 3-7% of total pause time.
- relates to
-
JDK-8211104 Parallelize TLAB retirement at prologue in Parallel GC
- Open