RFR: 8300968: Accessorize raw oop load in DeadCounterClosure
Erik Österlund
eosterlund at openjdk.org
Thu Jan 26 09:19:13 UTC 2023
On Thu, 26 Jan 2023 09:10:21 GMT, Stefan Karlsson <stefank 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.
>
> Marked as reviewed by stefank (Reviewer).
Thanks for the review, @stefank!
-------------
PR: https://git.openjdk.org/jdk/pull/12168
More information about the hotspot-gc-dev
mailing list