src/hotspot/share/runtime/globals.hpp
changeset 59070 22ee476cc664
parent 59053 ba6c248cae19
child 59221 cc3a82fc7bcb
equal deleted inserted replaced
59069:e0d59f0c2b7d 59070:22ee476cc664
  2428           "The path and name of the dynamic archive file")                  \
  2428           "The path and name of the dynamic archive file")                  \
  2429                                                                             \
  2429                                                                             \
  2430   product(ccstr, ExtraSharedClassListFile, NULL,                            \
  2430   product(ccstr, ExtraSharedClassListFile, NULL,                            \
  2431           "Extra classlist for building the CDS archive file")              \
  2431           "Extra classlist for building the CDS archive file")              \
  2432                                                                             \
  2432                                                                             \
       
  2433   diagnostic(intx, ArchiveRelocationMode, 0,                                \
       
  2434            "(0) first map at preferred address, and if "                    \
       
  2435            "unsuccessful, map at alternative address (default); "           \
       
  2436            "(1) always map at alternative address; "                        \
       
  2437            "(2) always map at preferred address, and if unsuccessful, "     \
       
  2438            "do not map the archive")                                        \
       
  2439            range(0, 2)                                                      \
       
  2440                                                                             \
  2433   experimental(size_t, ArrayAllocatorMallocLimit,                           \
  2441   experimental(size_t, ArrayAllocatorMallocLimit,                           \
  2434           SOLARIS_ONLY(64*K) NOT_SOLARIS((size_t)-1),                       \
  2442           SOLARIS_ONLY(64*K) NOT_SOLARIS((size_t)-1),                       \
  2435           "Allocation less than this value will be allocated "              \
  2443           "Allocation less than this value will be allocated "              \
  2436           "using malloc. Larger allocations will use mmap.")                \
  2444           "using malloc. Larger allocations will use mmap.")                \
  2437                                                                             \
  2445                                                                             \