RFR: 8194823: Serial GC does not account GCs caused by TLAB allocation in GC overhead limit [v2]
Albert Mingkun Yang
ayang at openjdk.org
Fri May 26 09:40:57 UTC 2023
On Thu, 25 May 2023 15:31:29 GMT, Guoxiong Li <gli at openjdk.org> wrote:
> The UseGCOverheadLimit is only used when UseAdaptiveSizePolicy is true. Is it intentional?
I can't see any dependency btw them after skimming through their specification. Worth investigation in its own ticket/PR.
Some background which might be useful, "UseGCOverheadLimit can work independently of UseAdaptiveSizePolicy" from https://bugs.openjdk.org/browse/JDK-8212206
> should I remove the UseGCOverheadLimit related code in serial GC?
I am leaned towards removing it, as it is effectively dead code.
-------------
PR Comment: https://git.openjdk.org/jdk/pull/14120#issuecomment-1564108773
More information about the shenandoah-dev
mailing list