src/hotspot/share/runtime/globals.hpp
changeset 48146 646ed97b7e0d
parent 48138 78b2ecdd3c4b
child 48147 1b57d99567ed
equal deleted inserted replaced
48145:f913f6dba2d3 48146:646ed97b7e0d
  3390           "Size of code heap with non-nmethods (in bytes)")                 \
  3390           "Size of code heap with non-nmethods (in bytes)")                 \
  3391           range(os::vm_page_size(), max_uintx)                              \
  3391           range(os::vm_page_size(), max_uintx)                              \
  3392                                                                             \
  3392                                                                             \
  3393   product_pd(uintx, CodeCacheExpansionSize,                                 \
  3393   product_pd(uintx, CodeCacheExpansionSize,                                 \
  3394           "Code cache expansion size (in bytes)")                           \
  3394           "Code cache expansion size (in bytes)")                           \
  3395           range(os::vm_page_size(), max_uintx)                              \
  3395           range(32*K, max_uintx)                                            \
  3396                                                                             \
  3396                                                                             \
  3397   diagnostic_pd(uintx, CodeCacheMinBlockLength,                             \
  3397   diagnostic_pd(uintx, CodeCacheMinBlockLength,                             \
  3398           "Minimum number of segments in a code cache block")               \
  3398           "Minimum number of segments in a code cache block")               \
  3399           range(1, 100)                                                     \
  3399           range(1, 100)                                                     \
  3400                                                                             \
  3400                                                                             \