RFR: 8257145: Performance regression with -XX:-ResizePLAB after JDK-8079555 [v2]
Stefan Johansson
sjohanss at openjdk.java.net
Tue Dec 1 15:43:02 UTC 2020
On Mon, 30 Nov 2020 10:32:36 GMT, Thomas Schatzl <tschatzl at openjdk.org> wrote:
>> Dongbo He has updated the pull request incrementally with one additional commit since the last revision:
>>
>> store the "default size" for the PLAB in the PLABStats
>
> Changes requested by tschatzl (Reviewer).
I think the move to use ParallelGCThreads in `g1EvacStats.cpp` is good, please also add:
#include "runtime/globals.hpp"
To not rely on other includes.
-------------
PR: https://git.openjdk.java.net/jdk/pull/1474
More information about the hotspot-gc-dev
mailing list