RFR: 8194823: Serial does not account GCs caused by TLAB allocation in GC overhead limit

Guoxiong Li gli at openjdk.org
Wed May 24 11:03:12 UTC 2023


Hi all,

This patch enables the gc overhead limit when allocating TLAB in serial gc.
The main modification is at `GenCollectedHeap::allocate_new_tlab` and the other 
files only adjust the parameters of the method `allocate_new_tlab`.

Thanks for the review.

Best Regards,
-- Guoxiong

-------------

Commit messages:
 - JDK-8194823

Changes: https://git.openjdk.org/jdk/pull/14120/files
 Webrev: https://webrevs.openjdk.org/?repo=jdk&pr=14120&range=00
  Issue: https://bugs.openjdk.org/browse/JDK-8194823
  Stats: 35 lines in 17 files changed: 16 ins; 0 del; 19 mod
  Patch: https://git.openjdk.org/jdk/pull/14120.diff
  Fetch: git fetch https://git.openjdk.org/jdk.git pull/14120/head:pull/14120

PR: https://git.openjdk.org/jdk/pull/14120


More information about the shenandoah-dev mailing list