Integrated: 8340119: Remove oopDesc::size_might_change()

Thomas Schatzl tschatzl at openjdk.org
Tue Sep 17 08:14:11 UTC 2024


On Fri, 13 Sep 2024 14:12:58 GMT, Thomas Schatzl <tschatzl at openjdk.org> wrote:

> Hi all,
> 
>   please review this change that removes `oopDesc::size_might_change()` because since JDK-8337709 and JDK-8311163 no collector uses the objArray's length field during garbage collection any more.
> 
> Testing: tier1-3
> 
> Thanks,
>   Thomas

This pull request has now been integrated.

Changeset: 7834662c
Author:    Thomas Schatzl <tschatzl at openjdk.org>
URL:       https://git.openjdk.org/jdk/commit/7834662ca35aeb202d177fde1044add611240ecd
Stats:     14 lines in 3 files changed: 0 ins; 13 del; 1 mod

8340119: Remove oopDesc::size_might_change()

Reviewed-by: stefank, iwalulya

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

PR: https://git.openjdk.org/jdk/pull/20999


More information about the hotspot-dev mailing list