hotspot/src/os/linux/vm/globals_linux.hpp
changeset 20400 1c658ebcb3c1
parent 19546 f6b7c9e96ea3
child 31371 311143309e73
--- a/hotspot/src/os/linux/vm/globals_linux.hpp	Thu Oct 03 21:36:29 2013 +0200
+++ b/hotspot/src/os/linux/vm/globals_linux.hpp	Sat Oct 05 10:14:58 2013 +0200
@@ -53,7 +53,7 @@
 // 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) ;