Integrated: 8204550: NMT: RegionIterator does not need to keep _current_size
Johan Sjölen
jsjolen at openjdk.org
Tue Mar 7 07:28:23 UTC 2023
On Thu, 2 Mar 2023 13:20:06 GMT, Johan Sjölen <jsjolen at openjdk.org> wrote:
> Hi,
>
> This is just a small cleanup where an unnecessary class variable is removed.
>
> Quoting the issue:
>
>>class RegionIteretor does not need to keep _current_size, since that one can be calculated from the three remaining points (start, end of reserved size and current search pointer).
>
> Please consider, thanks.
This pull request has now been integrated.
Changeset: 97c25df4
Author: Johan Sjölen <jsjolen at openjdk.org>
URL: https://git.openjdk.org/jdk/commit/97c25df4b8a85c761540f4186b030f81418652eb
Stats: 6 lines in 1 file changed: 0 ins; 3 del; 3 mod
8204550: NMT: RegionIterator does not need to keep _current_size
Reviewed-by: stuefe, gziemski
-------------
PR: https://git.openjdk.org/jdk/pull/12828
More information about the hotspot-runtime-dev
mailing list