hotspot/src/os/linux/vm/globals_linux.hpp
changeset 19546 f6b7c9e96ea3
parent 15926 8e87d545195f
child 20400 1c658ebcb3c1
equal deleted inserted replaced
19544:8f3ad1962aef 19546:f6b7c9e96ea3
    38     overridden in Arguments::parse_each_vm_init_arg.  */                \
    38     overridden in Arguments::parse_each_vm_init_arg.  */                \
    39                                                                         \
    39                                                                         \
    40   product(bool, UseHugeTLBFS, false,                                    \
    40   product(bool, UseHugeTLBFS, false,                                    \
    41           "Use MAP_HUGETLB for large pages")                            \
    41           "Use MAP_HUGETLB for large pages")                            \
    42                                                                         \
    42                                                                         \
       
    43   product(bool, UseTransparentHugePages, false,                         \
       
    44           "Use MADV_HUGEPAGE for large pages")                          \
       
    45                                                                         \
    43   product(bool, LoadExecStackDllInVMThread, true,                       \
    46   product(bool, LoadExecStackDllInVMThread, true,                       \
    44           "Load DLLs with executable-stack attribute in the VM Thread") \
    47           "Load DLLs with executable-stack attribute in the VM Thread") \
    45                                                                         \
    48                                                                         \
    46   product(bool, UseSHM, false,                                          \
    49   product(bool, UseSHM, false,                                          \
    47           "Use SYSV shared memory for large pages")
    50           "Use SYSV shared memory for large pages")