src/os/linux/vm/globals_linux.hpp
Index Unified diffs Context diffs Sdiffs Patch New Old Previous File Next File
*** old/src/os/linux/vm/globals_linux.hpp	Thu Oct  3 21:31:18 2013
--- new/src/os/linux/vm/globals_linux.hpp	Thu Oct  3 21:31:18 2013

*** 51,61 **** --- 51,61 ---- // // Defines Linux-specific default values. The flags are available on all // platforms, but they may have different default values on other platforms. // ! define_pd_global(bool, UseLargePages, true); ! define_pd_global(bool, UseLargePages, false); define_pd_global(bool, UseLargePagesIndividualAllocation, false); define_pd_global(bool, UseOSErrorReporting, false); define_pd_global(bool, UseThreadPriorities, true) ; #endif // OS_LINUX_VM_GLOBALS_LINUX_HPP

src/os/linux/vm/globals_linux.hpp
Index Unified diffs Context diffs Sdiffs Patch New Old Previous File Next File