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