RFR: 8268163: Change the order of fallback full GCs in G1
Stefan Johansson
sjohanss at openjdk.java.net
Wed Jun 9 09:17:16 UTC 2021
On Wed, 9 Jun 2021 09:03:29 GMT, Kim Barrett <kbarrett at openjdk.org> wrote:
>> Yes, that was removed when we removed the support for old-gen och alternative memory device. I think having a bug/enhancement to investigate how to improve this is good.
>
> The by-policy upgrade was removed by JDK-8256181: Remove Allocation of old generation on alternate memory devices functionality.
Exactly, and we could probably remove this check, the reason for having it was to change as little functionality as possible at this point.
-------------
PR: https://git.openjdk.java.net/jdk/pull/4342
More information about the hotspot-gc-dev
mailing list