On Wed, 11 Sep 2024 11:25:41 GMT, Johan Sjölen <jsjo...@openjdk.org> wrote:

>> Roman Kennke has updated the pull request incrementally with one additional 
>> commit since the last revision:
>> 
>>   Fix FullGCForwarding initialization
>
> src/hotspot/share/memory/metaspace/metablock.hpp line 51:
> 
>> 49:   size_t word_size() const { return _word_size; }
>> 50:   bool is_empty() const { return _base == nullptr; }
>> 51:   bool is_nonempty() const { return _base != nullptr; }
> 
> Can `_base == nullptr` but `_word_size != 0`?

No

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

PR Review Comment: https://git.openjdk.org/jdk/pull/20677#discussion_r1759973362

Reply via email to