diff -r ddfad9496151 -r ee21eaa8ffe1 src/os/linux/vm/globals_linux.hpp --- a/src/os/linux/vm/globals_linux.hpp Wed Oct 01 15:05:06 2008 -0400 +++ b/src/os/linux/vm/globals_linux.hpp Thu Oct 02 12:01:08 2008 -0700 @@ -38,5 +38,6 @@ // platforms, but they may have different default values on other platforms. // define_pd_global(bool, UseLargePages, false); +define_pd_global(bool, UseLargePagesIndividualAllocation, false); define_pd_global(bool, UseOSErrorReporting, false); define_pd_global(bool, UseThreadPriorities, true) ;