RFR: 8251158: Implementation of JEP 387: Elastic Metaspace [v11]
Thomas Stuefe
stuefe at openjdk.java.net
Tue Oct 6 12:18:47 UTC 2020
On Mon, 5 Oct 2020 22:41:09 GMT, Richard Reingruber <rrich at openjdk.org> wrote:
>> Thomas Stuefe has updated the pull request incrementally with one additional commit since the last revision:
>>
>> Review Feedback Richard 1
>
> 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.
-------------
PR: https://git.openjdk.java.net/jdk/pull/336
More information about the hotspot-gc-dev
mailing list