src/hotspot/share/gc/z/z_globals.hpp
changeset 58704 8b16701b4636
parent 58551 85e5124b0376
child 59245 de882051f7a5
equal deleted inserted replaced
58703:c203d10291e1 58704:8b16701b4636
    65                                                                             \
    65                                                                             \
    66   diagnostic(uint, ZStatisticsInterval, 10,                                 \
    66   diagnostic(uint, ZStatisticsInterval, 10,                                 \
    67           "Time between statistics print outs (in seconds)")                \
    67           "Time between statistics print outs (in seconds)")                \
    68           range(1, (uint)-1)                                                \
    68           range(1, (uint)-1)                                                \
    69                                                                             \
    69                                                                             \
    70   diagnostic(bool, ZStatisticsForceTrace, false,                            \
       
    71           "Force tracing of ZStats")                                        \
       
    72                                                                             \
       
    73   diagnostic(bool, ZProactive, true,                                        \
    70   diagnostic(bool, ZProactive, true,                                        \
    74           "Enable proactive GC cycles")                                     \
    71           "Enable proactive GC cycles")                                     \
    75                                                                             \
    72                                                                             \
    76   diagnostic(bool, ZVerifyViews, false,                                     \
    73   diagnostic(bool, ZVerifyViews, false,                                     \
    77           "Verify heap view accesses")                                      \
    74           "Verify heap view accesses")                                      \