hotspot/src/share/vm/runtime/globals.hpp
changeset 35509 15f2d488eeee
parent 35495 e27da438fa13
child 35864 40e215ce799a
child 35606 d873b64009cc
equal deleted inserted replaced
35503:c0385153199d 35509:15f2d488eeee
     1 /*
     1 /*
     2  * Copyright (c) 1997, 2015, Oracle and/or its affiliates. All rights reserved.
     2  * Copyright (c) 1997, 2016, 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.
  2332           "Verify memory system after GC")                                  \
  2332           "Verify memory system after GC")                                  \
  2333                                                                             \
  2333                                                                             \
  2334   diagnostic(bool, VerifyDuringGC, false,                                   \
  2334   diagnostic(bool, VerifyDuringGC, false,                                   \
  2335           "Verify memory system during GC (between phases)")                \
  2335           "Verify memory system during GC (between phases)")                \
  2336                                                                             \
  2336                                                                             \
       
  2337   diagnostic(ccstrlist, VerifySubSet, "",                                   \
       
  2338           "Memory sub-systems to verify when Verify*GC flag(s) "            \
       
  2339           "are enabled. One or more sub-systems can be specified "          \
       
  2340           "in a comma separated string. Sub-systems are: "                  \
       
  2341           "threads, heap, symbol_table, string_table, codecache, "          \
       
  2342           "dictionary, classloader_data_graph, metaspace, jni_handles, "    \
       
  2343           "c-heap, codecache_oops")                                         \
       
  2344                                                                             \
  2337   diagnostic(bool, GCParallelVerificationEnabled, true,                     \
  2345   diagnostic(bool, GCParallelVerificationEnabled, true,                     \
  2338           "Enable parallel memory system verification")                     \
  2346           "Enable parallel memory system verification")                     \
  2339                                                                             \
  2347                                                                             \
  2340   diagnostic(bool, DeferInitialCardMark, false,                             \
  2348   diagnostic(bool, DeferInitialCardMark, false,                             \
  2341           "When +ReduceInitialCardMarks, explicitly defer any that "        \
  2349           "When +ReduceInitialCardMarks, explicitly defer any that "        \