src/hotspot/share/runtime/globals.hpp
changeset 47572 552a97e8edad
parent 47546 64ba55ba8516
child 47687 fb290fd1f9d4
--- a/src/hotspot/share/runtime/globals.hpp	Mon Oct 02 17:20:14 2017 +0300
+++ b/src/hotspot/share/runtime/globals.hpp	Mon Oct 02 18:56:30 2017 -0400
@@ -592,8 +592,8 @@
           range(8, 256)                                                     \
           constraint(ObjectAlignmentInBytesConstraintFunc,AtParse)          \
                                                                             \
-  product(bool, AssumeMP, false,                                            \
-          "Instruct the VM to assume multiple processors are available")    \
+  product(bool, AssumeMP, true,                                             \
+          "(Deprecated) 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  */ \