src/hotspot/share/gc/z/z_globals.hpp
changeset 59245 de882051f7a5
parent 58704 8b16701b4636
equal deleted inserted replaced
59244:6a897a8ef4af 59245:de882051f7a5
    77           "Verify roots")                                                   \
    77           "Verify roots")                                                   \
    78                                                                             \
    78                                                                             \
    79   diagnostic(bool, ZVerifyObjects, false,                                   \
    79   diagnostic(bool, ZVerifyObjects, false,                                   \
    80           "Verify objects")                                                 \
    80           "Verify objects")                                                 \
    81                                                                             \
    81                                                                             \
    82   diagnostic(bool, ZVerifyMarking, false,                                   \
    82   diagnostic(bool, ZVerifyMarking, trueInDebug,                             \
    83           "Verify marking stacks")                                          \
    83           "Verify marking stacks")                                          \
    84                                                                             \
    84                                                                             \
    85   diagnostic(bool, ZVerifyForwarding, false,                                \
    85   diagnostic(bool, ZVerifyForwarding, false,                                \
    86           "Verify forwarding tables")
    86           "Verify forwarding tables")
    87 
    87