hotspot/src/share/vm/runtime/globals.hpp
changeset 23189 27cf1316709b
parent 22916 582da2ed4dfa
child 23190 e8bbf9cd711e
equal deleted inserted replaced
23188:21757c31b2c9 23189:27cf1316709b
  3862   experimental(uintx, ArrayAllocatorMallocLimit,                            \
  3862   experimental(uintx, ArrayAllocatorMallocLimit,                            \
  3863           SOLARIS_ONLY(64*K) NOT_SOLARIS(max_uintx),                        \
  3863           SOLARIS_ONLY(64*K) NOT_SOLARIS(max_uintx),                        \
  3864           "Allocation less than this value will be allocated "              \
  3864           "Allocation less than this value will be allocated "              \
  3865           "using malloc. Larger allocations will use mmap.")                \
  3865           "using malloc. Larger allocations will use mmap.")                \
  3866                                                                             \
  3866                                                                             \
       
  3867   experimental(bool, AlwaysAtomicAccesses, false,                           \
       
  3868           "Accesses to all variables should always be atomic")              \
       
  3869                                                                             \
  3867   product(bool, EnableTracing, false,                                       \
  3870   product(bool, EnableTracing, false,                                       \
  3868           "Enable event-based tracing")                                     \
  3871           "Enable event-based tracing")                                     \
  3869                                                                             \
  3872                                                                             \
  3870   product(bool, UseLockedTracing, false,                                    \
  3873   product(bool, UseLockedTracing, false,                                    \
  3871           "Use locked-tracing when doing event-based tracing")
  3874           "Use locked-tracing when doing event-based tracing")