src/os/aix/vm/globals_aix.hpp
Index Unified diffs Context diffs Sdiffs Wdiffs Patch New Old Previous File Next File 8059557_open Cdiff src/os/aix/vm/globals_aix.hpp

src/os/aix/vm/globals_aix.hpp

Print this page

        

*** 27,37 **** #define OS_AIX_VM_GLOBALS_AIX_HPP // // Defines Aix specific flags. They are not available on other platforms. // ! #define RUNTIME_OS_FLAGS(develop, develop_pd, product, product_pd, diagnostic, notproduct) \ \ /* Use 64K pages for virtual memory (shmat). */ \ product(bool, Use64KPages, true, \ "Use 64K pages if available.") \ \ --- 27,37 ---- #define OS_AIX_VM_GLOBALS_AIX_HPP // // Defines Aix specific flags. They are not available on other platforms. // ! #define RUNTIME_OS_FLAGS(develop, develop_pd, product, product_pd, diagnostic, notproduct, range, constraint) \ \ /* Use 64K pages for virtual memory (shmat). */ \ product(bool, Use64KPages, true, \ "Use 64K pages if available.") \ \
src/os/aix/vm/globals_aix.hpp
Index Unified diffs Context diffs Sdiffs Wdiffs Patch New Old Previous File Next File