RFR: 8313302: Fix formatting errors on Windows [v3]
Julian Waters
jwaters at openjdk.org
Sat Jul 29 04:59:58 UTC 2023
On Sat, 29 Jul 2023 00:38:18 GMT, Kim Barrett <kbarrett at openjdk.org> wrote:
>> long is 32-bit on Linux x86 and arm32 too.
>
> [not a review, just a drive-by comment]
> The type `long` really shouldn't be used in shared code. There have been discussions and maybe some efforts
> to nuke uses, but having just done the grep, there are still quite a few. The one in question might actually be an
> appropriate place to use `uintx`.
Hi Kim, mind if you share the grep command for that?
-------------
PR Review Comment: https://git.openjdk.org/jdk/pull/15063#discussion_r1278246025
More information about the graal-dev
mailing list