src/hotspot/share/gc/z/z_globals.hpp
changeset 51405 8b23aa7cef47
parent 51394 8ed5f86b15aa
child 51587 b459c731901b
equal deleted inserted replaced
51404:c5461fe16efb 51405:8b23aa7cef47
    77           "Verify marking stacks")                                          \
    77           "Verify marking stacks")                                          \
    78                                                                             \
    78                                                                             \
    79   diagnostic(bool, ZVerifyForwarding, false,                                \
    79   diagnostic(bool, ZVerifyForwarding, false,                                \
    80           "Verify forwarding tables")                                       \
    80           "Verify forwarding tables")                                       \
    81                                                                             \
    81                                                                             \
    82   diagnostic(bool, ZSymbolTableUnloading, false,                            \
       
    83           "Unload unused VM symbols")                                       \
       
    84                                                                             \
       
    85   diagnostic(bool, ZWeakRoots, true,                                        \
    82   diagnostic(bool, ZWeakRoots, true,                                        \
    86           "Treat JNI WeakGlobalRefs and StringTable as weak roots")         \
    83           "Treat JNI WeakGlobalRefs and StringTable as weak roots")         \
    87                                                                             \
    84                                                                             \
    88   diagnostic(bool, ZConcurrentStringTable, true,                            \
    85   diagnostic(bool, ZConcurrentStringTable, true,                            \
    89           "Clean StringTable concurrently")                                 \
    86           "Clean StringTable concurrently")                                 \