RFR: 8286387: Remove unused FreeListAllocator::reduce_free_list
Kim Barrett
kbarrett at openjdk.java.net
Tue May 10 01:26:49 UTC 2022
On Mon, 9 May 2022 11:41:24 GMT, Albert Mingkun Yang <ayang at openjdk.org> wrote:
> Simple change of removing an unused API.
>
> Test: tier1
Please don't remove this. It's not used *yet*. The intention has always been to use it, just that nobody has gotten around to figuring out the best place to hook it up and do so, and work out good heuristics for deciding how much to free. I thought there was an RFE for that, though I can't find it now.
-------------
PR: https://git.openjdk.java.net/jdk/pull/8594
More information about the hotspot-gc-dev
mailing list