--- old/src/os/linux/vm/globals_linux.hpp 2013-07-02 17:37:39.000000000 +0200 +++ new/src/os/linux/vm/globals_linux.hpp 2013-07-02 17:37:39.000000000 +0200 @@ -40,6 +40,9 @@ product(bool, UseHugeTLBFS, false, \ "Use MAP_HUGETLB for large pages") \ \ + product(bool, UseTransparentHugePages, false, \ + "Use MADV_HUGEPAGE for large pages") \ + \ product(bool, LoadExecStackDllInVMThread, true, \ "Load DLLs with executable-stack attribute in the VM Thread") \ \