src/hotspot/share/runtime/globals.hpp
changeset 53153 af7afdababd3
parent 53130 106fc138542a
child 53155 c3d6035c11f3
equal deleted inserted replaced
53152:08db5aa02f7b 53153:af7afdababd3
  2315                                                                             \
  2315                                                                             \
  2316   develop(intx, HugeMethodLimit,  8000,                                     \
  2316   develop(intx, HugeMethodLimit,  8000,                                     \
  2317           "Don't compile methods larger than this if "                      \
  2317           "Don't compile methods larger than this if "                      \
  2318           "+DontCompileHugeMethods")                                        \
  2318           "+DontCompileHugeMethods")                                        \
  2319                                                                             \
  2319                                                                             \
  2320   /* New JDK 1.4 reflection implementation */                               \
       
  2321                                                                             \
       
  2322   develop(intx, FastSuperclassLimit, 8,                                     \
       
  2323           "Depth of hardwired instanceof accelerator array")                \
       
  2324                                                                             \
       
  2325   /* Properties for Java libraries  */                                      \
  2320   /* Properties for Java libraries  */                                      \
  2326                                                                             \
  2321                                                                             \
  2327   product(uint64_t, MaxDirectMemorySize, 0,                                 \
  2322   product(uint64_t, MaxDirectMemorySize, 0,                                 \
  2328           "Maximum total size of NIO direct-buffer allocations")            \
  2323           "Maximum total size of NIO direct-buffer allocations")            \
  2329           range(0, max_jlong)                                               \
  2324           range(0, max_jlong)                                               \