Sisyphus repository
Last update: 1 october 2023 | SRPMs: 18631 | Visits: 37047010
en ru br
ALT Linux repos
S:1.8.0.382.b05-alt0_1jpp8

Group :: Development/Other
RPM: java-1.8.0-openjdk

 Main   Changelog   Spec   Patches   Sources   Download   Gear   Bugs and FR  Repocop 

Patch: rh1648246-always_instruct_vm_to_assume_multiple_processors_are_available.patch
Download


diff --git a/src/share/vm/runtime/globals.hpp b/src/share/vm/runtime/globals.hpp
--- openjdk/hotspot/src/share/vm/runtime/globals.hpp
+++ openjdk/hotspot/src/share/vm/runtime/globals.hpp
@@ -530,7 +530,7 @@
   lp64_product(intx, ObjectAlignmentInBytes, 8,                             \
           "Default object alignment in bytes, 8 is minimum")                \
                                                                             \
-  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         \
 
design & coding: Vladimir Lettiev aka crux © 2004-2005, Andrew Avramenko aka liks © 2007-2008
current maintainer: Michael Shigorin