From: Arkadiusz Miƛkiewicz Date: Thu, 25 Nov 2021 10:23:01 +0000 (+0100) Subject: Rel 2; apply the same patch patch as for openjdk8 (see changelog there for details... X-Git-Tag: auto/th/openjdk9-9.0.4.12-2~1 X-Git-Url: http://git.pld-linux.org/?p=packages%2Fopenjdk9.git;a=commitdiff_plain;h=41ca0b1 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. --- 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 */ \