src/os/linux/vm/globals_linux.hpp

changeset 5578
4c84d351cca9
parent 4710
9058789475af
child 5857
263f2c796d6c
     1.1 --- a/src/os/linux/vm/globals_linux.hpp	Sun Aug 25 21:21:18 2013 -0400
     1.2 +++ b/src/os/linux/vm/globals_linux.hpp	Fri Aug 16 13:22:32 2013 +0200
     1.3 @@ -40,6 +40,9 @@
     1.4    product(bool, UseHugeTLBFS, false,                                    \
     1.5            "Use MAP_HUGETLB for large pages")                            \
     1.6                                                                          \
     1.7 +  product(bool, UseTransparentHugePages, false,                         \
     1.8 +          "Use MADV_HUGEPAGE for large pages")                          \
     1.9 +                                                                        \
    1.10    product(bool, LoadExecStackDllInVMThread, true,                       \
    1.11            "Load DLLs with executable-stack attribute in the VM Thread") \
    1.12                                                                          \

mercurial