src/hotspot/share/runtime/globals.hpp
changeset 58920 d67ebc838ab8
parent 58894 b95bead30957
child 58948 18659e040c64
child 59016 3b9eeae66fa0
equal deleted inserted replaced
58919:1d1f9c43138f 58920:d67ebc838ab8
  2221                                                                             \
  2221                                                                             \
  2222   product(uint64_t, MaxDirectMemorySize, 0,                                 \
  2222   product(uint64_t, MaxDirectMemorySize, 0,                                 \
  2223           "Maximum total size of NIO direct-buffer allocations")            \
  2223           "Maximum total size of NIO direct-buffer allocations")            \
  2224           range(0, max_jlong)                                               \
  2224           range(0, max_jlong)                                               \
  2225                                                                             \
  2225                                                                             \
  2226   product(bool, ClassForNameDeferLinking, false,                            \
       
  2227           "Revert to not linking in Class.forName()")                       \
       
  2228                                                                             \
       
  2229   /* Flags used for temporary code during development  */                   \
  2226   /* Flags used for temporary code during development  */                   \
  2230                                                                             \
  2227                                                                             \
  2231   diagnostic(bool, UseNewCode, false,                                       \
  2228   diagnostic(bool, UseNewCode, false,                                       \
  2232           "Testing Only: Use the new version while testing")                \
  2229           "Testing Only: Use the new version while testing")                \
  2233                                                                             \
  2230                                                                             \