RFR: JDK-8260200: optimize FreeRegionList::remove_starting_at by removing u… [v2]

Hamlin Li mli at openjdk.java.net
Fri Jan 22 11:44:10 UTC 2021


On Fri, 22 Jan 2021 09:15:19 GMT, Albert Mingkun Yang <ayang at openjdk.org> wrote:

> Thanks for the revision.
> 
> I think the doc on `next` can be further improved. It's best to describe its purpose, sth like, after the while-loop, `next` should point to the next node right after the removed sublist, or null if the sublist contains tail.

Just add more detailed info for "next" as you suggested.

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

PR: https://git.openjdk.java.net/jdk/pull/2181



More information about the hotspot-gc-dev mailing list