hotspot/src/share/vm/runtime/globals.hpp
changeset 16682 4e30a46f6b76
parent 16680 960505df90e7
child 17121 e40a97c700d9
child 17112 e49af4ba7755
equal deleted inserted replaced
16681:d64161ca3e3c 16682:4e30a46f6b76
  3666           "Enable internal testing APIs")                                   \
  3666           "Enable internal testing APIs")                                   \
  3667                                                                             \
  3667                                                                             \
  3668   product(bool, PrintGCCause, true,                                         \
  3668   product(bool, PrintGCCause, true,                                         \
  3669           "Include GC cause in GC logging")                                 \
  3669           "Include GC cause in GC logging")                                 \
  3670                                                                             \
  3670                                                                             \
  3671   product(bool, AllowNonVirtualCalls, false,                                \
  3671   product(bool , AllowNonVirtualCalls, false,                               \
  3672           "Obey the ACC_SUPER flag and allow invokenonvirtual calls")
  3672           "Obey the ACC_SUPER flag and allow invokenonvirtual calls")       \
       
  3673                                                                             \
       
  3674   experimental(uintx, ArrayAllocatorMallocLimit,                            \
       
  3675           SOLARIS_ONLY(64*K) NOT_SOLARIS(max_uintx),                        \
       
  3676           "Allocation less than this value will be allocated "              \
       
  3677           "using malloc. Larger allocations will use mmap.")
  3673 
  3678 
  3674 /*
  3679 /*
  3675  *  Macros for factoring of globals
  3680  *  Macros for factoring of globals
  3676  */
  3681  */
  3677 
  3682