JDK 20 |
---|
20 b15Fixed |
Blocks :
|
|
Relates :
|
After JDK-8288966 G1PLABAllocator has quite a few members that are arrays of primitive variables on a per-allocation target (Young, Old). A better way to organize per-allocation target members is to have an array of struct instead of struct of array.
|