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

Thomas Stuefe stuefe at openjdk.java.net
Tue Oct 6 06:58:45 UTC 2020


On Mon, 5 Oct 2020 15:34:54 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/binList.hpp line 135:
> 
>> 133:         i2++;
>> 134:         m >>= 1;
>> 135:       }
> 
> I think you overlooked my proposal to make use of `count_trailing_zeros()` instead of this while-loop.

Good point. Lets do this in a follow-up though.

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

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



More information about the hotspot-gc-dev mailing list