comparison src/os/windows/vm/globals_windows.hpp @ 389:ee21eaa8ffe1

6660681: Incrementally reserve pages on win server 2003 for better large page affinity Summary: For windows server 2003 added option to reserve large pages individually. Reviewed-by: alanb, jcoomes, tonyp, apetrusenko
author jmasa
date Thu, 02 Oct 2008 12:01:08 -0700
parents a61af66fc99e
children ad8c8ca4ab0f
comparison
equal deleted inserted replaced
377:ddfad9496151 389:ee21eaa8ffe1
35 // 35 //
36 // Defines Windows-specific default values. The flags are available on all 36 // Defines Windows-specific default values. The flags are available on all
37 // platforms, but they may have different default values on other platforms. 37 // platforms, but they may have different default values on other platforms.
38 // 38 //
39 define_pd_global(bool, UseLargePages, false); 39 define_pd_global(bool, UseLargePages, false);
40 define_pd_global(bool, UseLargePagesIndividualAllocation, true);
40 define_pd_global(bool, UseOSErrorReporting, false); // for now. 41 define_pd_global(bool, UseOSErrorReporting, false); // for now.
41 define_pd_global(bool, UseThreadPriorities, true) ; 42 define_pd_global(bool, UseThreadPriorities, true) ;