changeset 1421 | a7ef1a3b2644 |
parent 1 | 489c9b5090e2 |
child 1623 | a0dd9009e992 |
--- a/hotspot/src/os/linux/vm/globals_linux.hpp Wed Oct 01 15:05:06 2008 -0400 +++ b/hotspot/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) ;