]> git.pld-linux.org Git - packages/openjdk8.git/blob - default-assumemp.patch
up to 1.8.0.412
[packages/openjdk8.git] / default-assumemp.patch
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.083324 seconds and 3 git commands to generate.