RFR: JDK-8301072: Replace NULL with nullptr in share/oops/ [v2]

Johan Sjölen jsjolen at openjdk.org
Mon Jan 30 18:46:22 UTC 2023


On Fri, 27 Jan 2023 14:26:39 GMT, Stefan Karlsson <stefank at openjdk.org> wrote:

>> Johan Sjölen has updated the pull request incrementally with one additional commit since the last revision:
>> 
>>   Do stefank's fixes
>
> Marked as reviewed by stefank (Reviewer).

@stefank , we do need to those `oop` casts. The `NativeAccess<>::oop_store` calls makes sense, `oop_store` is templated so we need to provide the type. We also need the casts in `CompressedOops`, and I don't know why that is.

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

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


More information about the hotspot-dev mailing list