hotspot/src/os/aix/vm/globals_aix.hpp
changeset 31371 311143309e73
parent 30198 ec621727bd41
child 33222 e0a340f4ab6e
equal deleted inserted replaced
31362:8957ccbb5821 31371:311143309e73
    27 #define OS_AIX_VM_GLOBALS_AIX_HPP
    27 #define OS_AIX_VM_GLOBALS_AIX_HPP
    28 
    28 
    29 //
    29 //
    30 // Defines Aix specific flags. They are not available on other platforms.
    30 // Defines Aix specific flags. They are not available on other platforms.
    31 //
    31 //
    32 #define RUNTIME_OS_FLAGS(develop, develop_pd, product, product_pd, diagnostic, notproduct) \
    32 #define RUNTIME_OS_FLAGS(develop, develop_pd, product, product_pd, diagnostic, notproduct, range, constraint) \
    33                                                                                     \
    33                                                                                     \
    34   /* Use 64K pages for virtual memory (shmat). */                                   \
    34   /* Use 64K pages for virtual memory (shmat). */                                   \
    35   product(bool, Use64KPages, true,                                                  \
    35   product(bool, Use64KPages, true,                                                  \
    36           "Use 64K pages if available.")                                            \
    36           "Use 64K pages if available.")                                            \
    37                                                                                     \
    37                                                                                     \