--- a/hotspot/src/share/vm/runtime/globals.hpp Tue Aug 23 11:06:30 2011 +0200
+++ b/hotspot/src/share/vm/runtime/globals.hpp Thu Aug 25 02:57:46 2011 -0700
@@ -475,6 +475,12 @@
product(bool, UseNUMA, false, \
"Use NUMA if available") \
\
+ product(bool, UseNUMAInterleaving, false, \
+ "Interleave memory across NUMA nodes if available") \
+ \
+ product(uintx, NUMAInterleaveGranularity, 2*M, \
+ "Granularity to use for NUMA interleaving on Windows OS") \
+ \
product(bool, ForceNUMA, false, \
"Force NUMA optimizations on single-node/UMA systems") \
\