From 41ca0b1354b729797f73df6157a81986cbe615e7 Mon Sep 17 00:00:00 2001 From: =?utf8?q?Arkadiusz=20Mi=C5=9Bkiewicz?= Date: Thu, 25 Nov 2021 11:23:01 +0100 Subject: [PATCH] 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(+) create mode 100644 default-assumemp.patch 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 */ \ -- 2.43.0