RFR: 8302905: arm32 Raspberry Pi OS build broken by JDK-8301494
David Holmes
dholmes at openjdk.org
Tue Feb 21 01:25:33 UTC 2023
On Tue, 21 Feb 2023 00:20:51 GMT, David Holmes <dholmes 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.
Thanks for the review @martin-buchholz.
It may be a while before we can adopt something from C++20.
-------------
PR: https://git.openjdk.org/jdk/pull/12679
More information about the hotspot-dev
mailing list