hotspot/src/os/linux/vm/globals_linux.hpp
changeset 9419 f0360dfe734d
parent 9335 7bdd2a3ab3d8
child 15926 8e87d545195f
--- a/hotspot/src/os/linux/vm/globals_linux.hpp	Thu Apr 28 15:29:18 2011 -0700
+++ b/hotspot/src/os/linux/vm/globals_linux.hpp	Fri Apr 29 12:39:32 2011 -0700
@@ -1,5 +1,5 @@
 /*
- * Copyright (c) 2005, 2010, Oracle and/or its affiliates. All rights reserved.
+ * Copyright (c) 2005, 2011, Oracle and/or its affiliates. All rights reserved.
  * DO NOT ALTER OR REMOVE COPYRIGHT NOTICES OR THIS FILE HEADER.
  *
  * This code is free software; you can redistribute it and/or modify it
@@ -47,7 +47,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, false);
+define_pd_global(bool, UseLargePages, true);
 define_pd_global(bool, UseLargePagesIndividualAllocation, false);
 define_pd_global(bool, UseOSErrorReporting, false);
 define_pd_global(bool, UseThreadPriorities, true) ;