RFR: 8302905: arm32 Raspberry Pi OS build broken by JDK-8301494
David Holmes
dholmes at openjdk.org
Tue Feb 21 00:44:25 UTC 2023
On Tue, 21 Feb 2023 00:36:38 GMT, Mikael Vidstedt <mikael at openjdk.org> wrote:
>> Trivial fix that replaces `nullptr` with 0 in `intptr_t` expressions. This seems more appropriate than casting `nullptr` to `intptr_t`.
>>
>> Tested with local ARM32 build.
>>
>> Thanks.
>
> Marked as reviewed by mikael (Reviewer).
Thanks @vidmik !
-------------
PR: https://git.openjdk.org/jdk/pull/12679
More information about the hotspot-dev
mailing list