]> git.pld-linux.org Git - packages/openjdk9.git/blame - default-assumemp.patch
Rel 2; apply the same patch patch as for openjdk8 (see changelog there for details...
[packages/openjdk9.git] / default-assumemp.patch
CommitLineData
41ca0b13
AM
1--- jdk9u-jdk-9.0.4+12/hotspot/src/share/vm/runtime/globals.hpp~ 2018-01-22 16:19:02.000000000 +0100
2+++ jdk9u-jdk-9.0.4+12/hotspot/src/share/vm/runtime/globals.hpp 2021-11-25 11:20:23.436642199 +0100
3@@ -577,7 +577,7 @@ public:
4 range(8, 256) \
5 constraint(ObjectAlignmentInBytesConstraintFunc,AtParse) \
6 \
7- product(bool, AssumeMP, false, \
8+ product(bool, AssumeMP, true, \
9 "Instruct the VM to assume multiple processors are available") \
10 \
11 /* UseMembar is theoretically a temp flag used for memory barrier */ \
This page took 0.079478 seconds and 4 git commands to generate.