Integrated: 8354803: ALL_64_BITS is the same across platforms
Matthias Baesken
mbaesken at openjdk.org
Fri Apr 25 07:13:05 UTC 2025
On Thu, 17 Apr 2025 07:28:23 GMT, Matthias Baesken <mbaesken at openjdk.org> wrote:
> We have quite a lot of duplication of ALL_64_BITS
> #define ALL_64_BITS CONST64(0xFFFFFFFFFFFFFFFF)
> across posix platforms but it is the same for these platforms so it could be moved to a central place.
>
> On Windows it is currently
> #define ALL_64_BITS CONST64(-1)
> but this should be the same too.
This pull request has now been integrated.
Changeset: 70030bac
Author: Matthias Baesken <mbaesken at openjdk.org>
URL: https://git.openjdk.org/jdk/commit/70030bac04b99454af7577553e4a6bbaf5d39210
Stats: 31 lines in 6 files changed: 3 ins; 14 del; 14 mod
8354803: ALL_64_BITS is the same across platforms
Reviewed-by: stefank, lucy
-------------
PR: https://git.openjdk.org/jdk/pull/24715
More information about the hotspot-runtime-dev
mailing list