< prev index next >

src/hotspot/share/runtime/globals.hpp

Print this page
rev 59189 : imported patch hotspot
rev 59190 : imported patch hotspot-01

*** 1846,1856 **** \ product(intx, CompilerThreadPriority, -1, \ "The native priority at which compiler threads should run " \ "(-1 means no change)") \ range(min_jint, max_jint) \ - constraint(CompilerThreadPriorityConstraintFunc, AfterErgo) \ \ product(intx, VMThreadPriority, -1, \ "The native priority at which the VM thread should run " \ "(-1 means no change)") \ range(-1, 127) \ --- 1846,1855 ----
*** 2384,2395 **** "(1) always map at alternative address; " \ "(2) always map at preferred address, and if unsuccessful, " \ "do not map the archive") \ range(0, 2) \ \ ! experimental(size_t, ArrayAllocatorMallocLimit, \ ! (size_t)-1, \ "Allocation less than this value will be allocated " \ "using malloc. Larger allocations will use mmap.") \ \ experimental(bool, AlwaysAtomicAccesses, false, \ "Accesses to all variables should always be atomic") \ --- 2383,2393 ---- "(1) always map at alternative address; " \ "(2) always map at preferred address, and if unsuccessful, " \ "do not map the archive") \ range(0, 2) \ \ ! experimental(size_t, ArrayAllocatorMallocLimit, (size_t)-1, \ "Allocation less than this value will be allocated " \ "using malloc. Larger allocations will use mmap.") \ \ experimental(bool, AlwaysAtomicAccesses, false, \ "Accesses to all variables should always be atomic") \
< prev index next >