hotspot/src/share/vm/runtime/globals.hpp
changeset 1615 b46d9f19bde2
parent 1608 0a375b5fb8e1
child 1668 8ec481b8f514
child 1663 e4de17987e7d
--- a/hotspot/src/share/vm/runtime/globals.hpp	Mon Dec 01 23:25:24 2008 -0800
+++ b/hotspot/src/share/vm/runtime/globals.hpp	Wed Dec 03 14:18:57 2008 -0800
@@ -342,6 +342,9 @@
   product(bool, UseNUMA, false,                                             \
           "Use NUMA if available")                                          \
                                                                             \
+  product(bool, ForceNUMA, false,                                           \
+          "Force NUMA optimizations on single-node/UMA systems")            \
+                                                                            \
   product(intx, NUMAChunkResizeWeight, 20,                                  \
           "Percentage (0-100) used to weight the current sample when "      \
           "computing exponentially decaying average for "                   \