After removing CMS, the `AdaptiveSizePolicy` is useless in `GenCollectedHeap`. Actually, serial GC doesn't have any adaptive size policy now. It is good to remove it to avoid confusion.
This issue is a follow-up ofJDK-8309265 and is a preparatory patch of JDK-8234502.
This issue is a follow-up of
- relates to
-
JDK-8234502 Merge GenCollectedHeap and SerialHeap
- Resolved
-
JDK-8309265 Serial: Remove the code related to GC overhead limit
- Resolved
-
JDK-8309616 GC should decide if it should clear soft references by itself
- Open