RFR: 8302905: arm32 Raspberry Pi OS build broken by JDK-8301494

Mikael Vidstedt mikael at openjdk.org
Tue Feb 21 00:39:34 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.

Marked as reviewed by mikael (Reviewer).

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

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


More information about the hotspot-dev mailing list