RFR: 8251158: Implementation of JEP 387: Elastic Metaspace [v11]

Thomas Stuefe stuefe at openjdk.java.net
Tue Oct 6 13:01:05 UTC 2020


On Tue, 6 Oct 2020 12:16:10 GMT, Thomas Stuefe <stuefe at openjdk.org> wrote:

>> src/hotspot/share/memory/metaspace/freeChunkList.hpp line 63:
>> 
>>> 61: //  n committed words to satisfy the caller requested committed word size. We stop
>>> 62: //  searching at the first fully uncommitted chunk.
>>> 63: //
>> 
>> The comment is outdated, isn't it?
>
> No, this is still valid, see FreeChunkListVector::search_chunk_ascending/desdending.

No wait, the last sentence is outdated. Will fix.

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

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



More information about the hotspot-gc-dev mailing list