src/hotspot/share/gc/z/z_globals.hpp
changeset 54159 7c23a4432610
parent 51590 3aaf039a3636
child 54247 3e7fccdb6181
equal deleted inserted replaced
54158:5e1480a38a43 54159:7c23a4432610
     1 /*
     1 /*
     2  * Copyright (c) 2018, Oracle and/or its affiliates. All rights reserved.
     2  * Copyright (c) 2018, 2019, Oracle and/or its affiliates. All rights reserved.
     3  * DO NOT ALTER OR REMOVE COPYRIGHT NOTICES OR THIS FILE HEADER.
     3  * DO NOT ALTER OR REMOVE COPYRIGHT NOTICES OR THIS FILE HEADER.
     4  *
     4  *
     5  * This code is free software; you can redistribute it and/or modify it
     5  * This code is free software; you can redistribute it and/or modify it
     6  * under the terms of the GNU General Public License version 2 only, as
     6  * under the terms of the GNU General Public License version 2 only, as
     7  * published by the Free Software Foundation.
     7  * published by the Free Software Foundation.
    68           "Force tracing of ZStats")                                        \
    68           "Force tracing of ZStats")                                        \
    69                                                                             \
    69                                                                             \
    70   diagnostic(bool, ZProactive, true,                                        \
    70   diagnostic(bool, ZProactive, true,                                        \
    71           "Enable proactive GC cycles")                                     \
    71           "Enable proactive GC cycles")                                     \
    72                                                                             \
    72                                                                             \
    73   diagnostic(bool, ZUnmapBadViews, false,                                   \
    73   diagnostic(bool, ZVerifyViews, false,                                     \
    74           "Unmap bad (inactive) heap views")                                \
    74           "Verify heap view accesses")                                      \
    75                                                                             \
    75                                                                             \
    76   diagnostic(bool, ZVerifyMarking, false,                                   \
    76   diagnostic(bool, ZVerifyMarking, false,                                   \
    77           "Verify marking stacks")                                          \
    77           "Verify marking stacks")                                          \
    78                                                                             \
    78                                                                             \
    79   diagnostic(bool, ZVerifyForwarding, false,                                \
    79   diagnostic(bool, ZVerifyForwarding, false,                                \