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.
#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.
- links to
-
Review(master) openjdk/jdk/24715