The various compiler-specific variants of globalDefinitions_XXX.hpp each define FORMAT64_MODIFIER. It is used in 2 places in os.cpp, where UINT64_FORMAT would work just as well and should be used instead. Change the uses and eliminate the definitions.
- relates to
-
JDK-8256379 Replace SIZE_FORMAT with 'z' length modifier
- Open
-
JDK-8346990 Remove INTX_FORMAT and UINTX_FORMAT macros
- New
- links to
-
Commit(master) openjdk/jdk/ddb58819
-
Review(master) openjdk/jdk/22918