diff -r badf4244ceae -r 4c84d351cca9 src/os/linux/vm/globals_linux.hpp --- a/src/os/linux/vm/globals_linux.hpp Sun Aug 25 21:21:18 2013 -0400 +++ b/src/os/linux/vm/globals_linux.hpp Fri Aug 16 13:22:32 2013 +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") \ \