[packages/openjdk9] Rel 2; apply the same patch patch as for openjdk8 (see changelog there for details) to get multiproc

arekm arekm at pld-linux.org
Thu Nov 25 11:23:15 CET 2021


commit 41ca0b1354b729797f73df6157a81986cbe615e7
Author: Arkadiusz Miśkiewicz <arekm at maven.pl>
Date:   Thu Nov 25 11:23:01 2021 +0100

    Rel 2; apply the same patch patch as for openjdk8 (see changelog there for details) to get multiprocessor handling by default. Fix obsoletes for rpm 4.16.

 default-assumemp.patch | 11 +++++++++++
 1 file changed, 11 insertions(+)
---
diff --git a/default-assumemp.patch b/default-assumemp.patch
new file mode 100644
index 0000000..c65df02
--- /dev/null
+++ b/default-assumemp.patch
@@ -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      */ \
================================================================

---- gitweb:

http://git.pld-linux.org/gitweb.cgi/packages/openjdk9.git/commitdiff/41ca0b1354b729797f73df6157a81986cbe615e7



More information about the pld-cvs-commit mailing list