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