hotspot/src/os/windows/vm/globals_windows.hpp
changeset 1421 a7ef1a3b2644
parent 1 489c9b5090e2
child 1623 a0dd9009e992
--- a/hotspot/src/os/windows/vm/globals_windows.hpp	Wed Oct 01 15:05:06 2008 -0400
+++ b/hotspot/src/os/windows/vm/globals_windows.hpp	Thu Oct 02 12:01:08 2008 -0700
@@ -37,5 +37,6 @@
 // platforms, but they may have different default values on other platforms.
 //
 define_pd_global(bool, UseLargePages, false);
+define_pd_global(bool, UseLargePagesIndividualAllocation, true);
 define_pd_global(bool, UseOSErrorReporting, false);  // for now.
 define_pd_global(bool, UseThreadPriorities, true) ;