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

Guoxiong Li gli at openjdk.org
Thu May 25 11:29:27 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

Guoxiong Li has updated the pull request incrementally with one additional commit since the last revision:

  Fix parameter list formatting issues.

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

Changes:
  - all: https://git.openjdk.org/jdk/pull/14120/files
  - new: https://git.openjdk.org/jdk/pull/14120/files/f19d3213..fd9b3969

Webrevs:
 - full: https://webrevs.openjdk.org/?repo=jdk&pr=14120&range=01
 - incr: https://webrevs.openjdk.org/?repo=jdk&pr=14120&range=00-01

  Stats: 18 lines in 6 files changed: 12 ins; 0 del; 6 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