Integrated: 8300968: Accessorize raw oop load in DeadCounterClosure
Erik Österlund
eosterlund at openjdk.org
Thu Jan 26 15:13:25 UTC 2023
On Tue, 24 Jan 2023 15:02:23 GMT, Erik Österlund <eosterlund at openjdk.org> wrote:
> The DeadCounterClosure class uses raw loads to check for dead phantom oop* entries. This isn't completely GC independent (because generational ZGC colours null pointers as well). We should accessorize this access so that all GCs become happy.
This pull request has now been integrated.
Changeset: 973f7419
Author: Erik Österlund <eosterlund at openjdk.org>
URL: https://git.openjdk.org/jdk/commit/973f74199380bdb88df0b36101571306ee696a6b
Stats: 2 lines in 1 file changed: 1 ins; 0 del; 1 mod
8300968: Accessorize raw oop load in DeadCounterClosure
Reviewed-by: tschatzl, stefank
-------------
PR: https://git.openjdk.org/jdk/pull/12168
More information about the hotspot-gc-dev
mailing list