Integrated: 8319726: Parallel GC: Re-use object in object-iterator

Roman Kennke rkennke at openjdk.org
Thu Nov 9 13:43:14 UTC 2023


On Wed, 8 Nov 2023 16:29:57 GMT, Roman Kennke <rkennke at openjdk.org> wrote:

> As a minor follow-up/clean-up to [JDK-8319376](https://bugs.openjdk.org/browse/JDK-8319376), we can use the local obj field that we casted a few lines up, instead of casting from p again.

This pull request has now been integrated.

Changeset: f57b78c9
Author:    Roman Kennke <rkennke at openjdk.org>
URL:       https://git.openjdk.org/jdk/commit/f57b78c9c3b3526a2cd5c436d16de1522ac040e4
Stats:     1 line in 1 file changed: 0 ins; 0 del; 1 mod

8319726: Parallel GC: Re-use object in object-iterator

Reviewed-by: ayang, phh

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

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


More information about the hotspot-gc-dev mailing list