Blame SOURCES/always_assumemp.patch

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