src/os/linux/vm/globals_linux.hpp

changeset 824
ee21eaa8ffe1
parent 435
a61af66fc99e
child 905
ad8c8ca4ab0f
     1.1 --- a/src/os/linux/vm/globals_linux.hpp	Wed Oct 01 15:05:06 2008 -0400
     1.2 +++ b/src/os/linux/vm/globals_linux.hpp	Thu Oct 02 12:01:08 2008 -0700
     1.3 @@ -38,5 +38,6 @@
     1.4  // platforms, but they may have different default values on other platforms.
     1.5  //
     1.6  define_pd_global(bool, UseLargePages, false);
     1.7 +define_pd_global(bool, UseLargePagesIndividualAllocation, false);
     1.8  define_pd_global(bool, UseOSErrorReporting, false);
     1.9  define_pd_global(bool, UseThreadPriorities, true) ;

mercurial