src/share/vm/runtime/globals.hpp

Print this page
rev 9245 : [mq]: class_loading_log


2457           "Trace scavenge")                                                 \
2458                                                                             \
2459   product(bool, IgnoreEmptyClassPaths, false,                               \
2460           "Ignore empty path elements in -classpath")                       \
2461                                                                             \
2462   product(bool, TraceClassPaths, false,                                     \
2463           "Trace processing of class paths")                                \
2464                                                                             \
2465   product_rw(bool, TraceClassLoading, false,                                \
2466           "Trace all classes loaded")                                       \
2467                                                                             \
2468   product(bool, TraceClassLoadingPreorder, false,                           \
2469           "Trace all classes loaded in order referenced (not loaded)")      \
2470                                                                             \
2471   product_rw(bool, TraceClassUnloading, false,                              \
2472           "Trace unloading of classes")                                     \
2473                                                                             \
2474   product_rw(bool, TraceLoaderConstraints, false,                           \
2475           "Trace loader constraints")                                       \
2476                                                                             \
2477   develop(bool, TraceClassLoaderData, false,                                \
2478           "Trace class loader loader_data lifetime")                        \
2479                                                                             \
2480   product(size_t, InitialBootClassLoaderMetaspaceSize,                      \
2481           NOT_LP64(2200*K) LP64_ONLY(4*M),                                  \
2482           "Initial size of the boot class loader data metaspace")           \
2483           range(30*K, max_uintx/BytesPerWord)                               \
2484           constraint(InitialBootClassLoaderMetaspaceSizeConstraintFunc, AfterErgo)\
2485                                                                             \
2486   product(bool, TraceYoungGenTime, false,                                   \
2487           "Trace accumulated time for young collection")                    \
2488                                                                             \
2489   product(bool, TraceOldGenTime, false,                                     \
2490           "Trace accumulated time for old collection")                      \
2491                                                                             \
2492   product(bool, PrintTenuringDistribution, false,                           \
2493           "Print tenuring age information")                                 \
2494                                                                             \
2495   product_rw(bool, PrintHeapAtGC, false,                                    \
2496           "Print heap layout before and after each GC")                     \
2497                                                                             \
2498   product_rw(bool, PrintHeapAtGCExtended, false,                            \
2499           "Print extended information about the layout of the heap "        \




2457           "Trace scavenge")                                                 \
2458                                                                             \
2459   product(bool, IgnoreEmptyClassPaths, false,                               \
2460           "Ignore empty path elements in -classpath")                       \
2461                                                                             \
2462   product(bool, TraceClassPaths, false,                                     \
2463           "Trace processing of class paths")                                \
2464                                                                             \
2465   product_rw(bool, TraceClassLoading, false,                                \
2466           "Trace all classes loaded")                                       \
2467                                                                             \
2468   product(bool, TraceClassLoadingPreorder, false,                           \
2469           "Trace all classes loaded in order referenced (not loaded)")      \
2470                                                                             \
2471   product_rw(bool, TraceClassUnloading, false,                              \
2472           "Trace unloading of classes")                                     \
2473                                                                             \
2474   product_rw(bool, TraceLoaderConstraints, false,                           \
2475           "Trace loader constraints")                                       \
2476                                                                             \



2477   product(size_t, InitialBootClassLoaderMetaspaceSize,                      \
2478           NOT_LP64(2200*K) LP64_ONLY(4*M),                                  \
2479           "Initial size of the boot class loader data metaspace")           \
2480           range(30*K, max_uintx/BytesPerWord)                               \
2481           constraint(InitialBootClassLoaderMetaspaceSizeConstraintFunc, AfterErgo)\
2482                                                                             \
2483   product(bool, TraceYoungGenTime, false,                                   \
2484           "Trace accumulated time for young collection")                    \
2485                                                                             \
2486   product(bool, TraceOldGenTime, false,                                     \
2487           "Trace accumulated time for old collection")                      \
2488                                                                             \
2489   product(bool, PrintTenuringDistribution, false,                           \
2490           "Print tenuring age information")                                 \
2491                                                                             \
2492   product_rw(bool, PrintHeapAtGC, false,                                    \
2493           "Print heap layout before and after each GC")                     \
2494                                                                             \
2495   product_rw(bool, PrintHeapAtGCExtended, false,                            \
2496           "Print extended information about the layout of the heap "        \