]> git.pld-linux.org Git - packages/openjdk8.git/blame - default-assumemp.patch
up to 1.8.0.412
[packages/openjdk8.git] / default-assumemp.patch
CommitLineData
28ca752e
JP
1--- jdk8u-jdk8u312-ga/hotspot/src/share/vm/runtime/globals.hpp.orig 2021-08-09 17:12:52.000000000 +0200
2+++ jdk8u-jdk8u312-ga/hotspot/src/share/vm/runtime/globals.hpp 2021-11-24 22:08:41.933802463 +0100
3@@ -534,7 +534,7 @@
4 lp64_product(intx, ObjectAlignmentInBytes, 8, \
5 "Default object alignment in bytes, 8 is minimum") \
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.31163 seconds and 4 git commands to generate.