Integrated: 8302905: arm32 Raspberry Pi OS build broken by JDK-8301494
David Holmes
dholmes at openjdk.org
Tue Feb 21 01:25: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.
This pull request has now been integrated.
Changeset: 91a2b5ec
Author: David Holmes <dholmes at openjdk.org>
URL: https://git.openjdk.org/jdk/commit/91a2b5ec6f90b9895924a49319c2c6b7007d96bd
Stats: 3 lines in 1 file changed: 0 ins; 0 del; 3 mod
8302905: arm32 Raspberry Pi OS build broken by JDK-8301494
Reviewed-by: mikael, martin
-------------
PR: https://git.openjdk.org/jdk/pull/12679
More information about the hotspot-dev
mailing list