]> git.pld-linux.org Git - packages/openjdk9.git/commitdiff
Rel 2; apply the same patch patch as for openjdk8 (see changelog there for details...
authorArkadiusz Miśkiewicz <arekm@maven.pl>
Thu, 25 Nov 2021 10:23:01 +0000 (11:23 +0100)
committerArkadiusz Miśkiewicz <arekm@maven.pl>
Thu, 25 Nov 2021 10:23:01 +0000 (11:23 +0100)
default-assumemp.patch [new file with mode: 0644]

diff --git a/default-assumemp.patch b/default-assumemp.patch
new file mode 100644 (file)
index 0000000..c65df02
--- /dev/null
@@ -0,0 +1,11 @@
+--- jdk9u-jdk-9.0.4+12/hotspot/src/share/vm/runtime/globals.hpp~       2018-01-22 16:19:02.000000000 +0100
++++ jdk9u-jdk-9.0.4+12/hotspot/src/share/vm/runtime/globals.hpp        2021-11-25 11:20:23.436642199 +0100
+@@ -577,7 +577,7 @@ public:
+           range(8, 256)                                                     \
+           constraint(ObjectAlignmentInBytesConstraintFunc,AtParse)          \
+                                                                             \
+-  product(bool, AssumeMP, false,                                            \
++  product(bool, AssumeMP, true,                                             \
+           "Instruct the VM to assume multiple processors are available")    \
+                                                                             \
+   /* UseMembar is theoretically a temp flag used for memory barrier      */ \
This page took 0.068353 seconds and 4 git commands to generate.