RFR: 8309403: Serial: Remove the useless adaptive size policy in GenCollectedHeap [v3]
Guoxiong Li
gli at openjdk.org
Thu Jun 8 07:01:11 UTC 2023
> Hi all,
>
> This patch removes the useless code related to the `AdaptiveSizePolicy` in `GenCollectedHeap`.
> As a result, the `SoftRefGenPolicy` is unnecessary too, use `SoftRefPolicy` instead.
>
> Thanks for the review.
>
> Best Regards,
> -- Guoxiong
Guoxiong Li has updated the pull request incrementally with one additional commit since the last revision:
Remove Parallel GC in 'WB_FullGC'
-------------
Changes:
- all: https://git.openjdk.org/jdk/pull/14296/files
- new: https://git.openjdk.org/jdk/pull/14296/files/1922cdfe..6d233e90
Webrevs:
- full: https://webrevs.openjdk.org/?repo=jdk&pr=14296&range=02
- incr: https://webrevs.openjdk.org/?repo=jdk&pr=14296&range=01-02
Stats: 4 lines in 1 file changed: 0 ins; 0 del; 4 mod
Patch: https://git.openjdk.org/jdk/pull/14296.diff
Fetch: git fetch https://git.openjdk.org/jdk.git pull/14296/head:pull/14296
PR: https://git.openjdk.org/jdk/pull/14296
More information about the hotspot-gc-dev
mailing list