src/hotspot/share/runtime/globals.hpp
changeset 47546 64ba55ba8516
parent 47216 71c04702a3d5
child 47572 552a97e8edad
equal deleted inserted replaced
47545:b741e818a8ac 47546:64ba55ba8516
  2342           NOT_LP64(2200*K) LP64_ONLY(4*M),                                  \
  2342           NOT_LP64(2200*K) LP64_ONLY(4*M),                                  \
  2343           "Initial size of the boot class loader data metaspace")           \
  2343           "Initial size of the boot class loader data metaspace")           \
  2344           range(30*K, max_uintx/BytesPerWord)                               \
  2344           range(30*K, max_uintx/BytesPerWord)                               \
  2345           constraint(InitialBootClassLoaderMetaspaceSizeConstraintFunc, AfterErgo)\
  2345           constraint(InitialBootClassLoaderMetaspaceSizeConstraintFunc, AfterErgo)\
  2346                                                                             \
  2346                                                                             \
  2347   product(bool, TraceYoungGenTime, false,                                   \
       
  2348           "Trace accumulated time for young collection")                    \
       
  2349                                                                             \
       
  2350   product(bool, TraceOldGenTime, false,                                     \
       
  2351           "Trace accumulated time for old collection")                      \
       
  2352                                                                             \
       
  2353   product(bool, PrintHeapAtSIGBREAK, true,                                  \
  2347   product(bool, PrintHeapAtSIGBREAK, true,                                  \
  2354           "Print heap layout in response to SIGBREAK")                      \
  2348           "Print heap layout in response to SIGBREAK")                      \
  2355                                                                             \
  2349                                                                             \
  2356   manageable(bool, PrintClassHistogram, false,                              \
  2350   manageable(bool, PrintClassHistogram, false,                              \
  2357           "Print a histogram of class instances")                           \
  2351           "Print a histogram of class instances")                           \