changeset 19546 | f6b7c9e96ea3 |
parent 15926 | 8e87d545195f |
child 20400 | 1c658ebcb3c1 |
--- a/hotspot/src/os/linux/vm/globals_linux.hpp Sun Aug 25 21:21:18 2013 -0400 +++ b/hotspot/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") \ \