src/hotspot/share/gc/z/z_globals.hpp
changeset 55603 3868dde58ebb
parent 55307 ed12027517c0
child 58551 85e5124b0376
equal deleted inserted replaced
55602:73395f9cad54 55603:3868dde58ebb
    74           "Enable proactive GC cycles")                                     \
    74           "Enable proactive GC cycles")                                     \
    75                                                                             \
    75                                                                             \
    76   diagnostic(bool, ZVerifyViews, false,                                     \
    76   diagnostic(bool, ZVerifyViews, false,                                     \
    77           "Verify heap view accesses")                                      \
    77           "Verify heap view accesses")                                      \
    78                                                                             \
    78                                                                             \
       
    79   diagnostic(bool, ZVerifyRoots, trueInDebug,                               \
       
    80           "Verify roots")                                                   \
       
    81                                                                             \
       
    82   diagnostic(bool, ZVerifyObjects, false,                                   \
       
    83           "Verify objects")                                                 \
       
    84                                                                             \
    79   diagnostic(bool, ZVerifyMarking, false,                                   \
    85   diagnostic(bool, ZVerifyMarking, false,                                   \
    80           "Verify marking stacks")                                          \
    86           "Verify marking stacks")                                          \
    81                                                                             \
    87                                                                             \
    82   diagnostic(bool, ZVerifyForwarding, false,                                \
    88   diagnostic(bool, ZVerifyForwarding, false,                                \
    83           "Verify forwarding tables")                                       \
    89           "Verify forwarding tables")                                       \