hotspot/src/share/vm/runtime/globals.hpp
changeset 16596 905d4419a089
parent 16445 cb44d5b3ad89
child 16610 899daa32f6a0
--- a/hotspot/src/share/vm/runtime/globals.hpp	Wed Mar 27 13:26:44 2013 -0700
+++ b/hotspot/src/share/vm/runtime/globals.hpp	Wed Mar 27 17:03:19 2013 -0700
@@ -457,6 +457,9 @@
   lp64_product(intx, ObjectAlignmentInBytes, 8,                             \
           "Default object alignment in bytes, 8 is minimum")                \
                                                                             \
+  product(bool, AssumeMP, false,                                            \
+          "Instruct the VM to assume multiple processors are available")    \
+                                                                            \
   /* UseMembar is theoretically a temp flag used for memory barrier         \
    * removal testing.  It was supposed to be removed before FCS but has     \
    * been re-added (see 6401008) */                                         \