Blame SOURCES/always_assumemp.patch

ab03fc
diff --git a/src/share/vm/runtime/globals.hpp b/src/share/vm/runtime/globals.hpp
ab03fc
--- openjdk/hotspot/src/share/vm/runtime/globals.hpp
ab03fc
+++ openjdk/hotspot/src/share/vm/runtime/globals.hpp
ab03fc
@@ -530,7 +530,7 @@
ab03fc
   lp64_product(intx, ObjectAlignmentInBytes, 8,                             \
ab03fc
           "Default object alignment in bytes, 8 is minimum")                \
ab03fc
                                                                             \
ab03fc
-  product(bool, AssumeMP, false,                                            \
ab03fc
+  product(bool, AssumeMP, true,                                             \
ab03fc
           "Instruct the VM to assume multiple processors are available")    \
ab03fc
                                                                             \
ab03fc
   /* UseMembar is theoretically a temp flag used for memory barrier         \