hotspot/src/share/vm/runtime/globals.hpp
changeset 1388 3677f5f3d66b
parent 1383 3a216aa862b7
parent 977 b90650e2a9f7
child 1389 854d473cbd9c
equal deleted inserted replaced
1387:580d4ae0a776 1388:3677f5f3d66b
     1 /*
     1 /*
     2  * Copyright 1997-2007 Sun Microsystems, Inc.  All Rights Reserved.
     2  * Copyright 1997-2008 Sun Microsystems, Inc.  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.
   602           "Zap freed VM handle space with 0xBCBCBCBC")                      \
   602           "Zap freed VM handle space with 0xBCBCBCBC")                      \
   603                                                                             \
   603                                                                             \
   604   develop(bool, ZapJNIHandleArea, trueInDebug,                              \
   604   develop(bool, ZapJNIHandleArea, trueInDebug,                              \
   605           "Zap freed JNI handle space with 0xFEFEFEFE")                     \
   605           "Zap freed JNI handle space with 0xFEFEFEFE")                     \
   606                                                                             \
   606                                                                             \
   607   develop(bool, ZapUnusedHeapArea, false,                                   \
   607   develop(bool, ZapUnusedHeapArea, trueInDebug,                             \
   608           "Zap unused heap space with 0xBAADBABE")                          \
   608           "Zap unused heap space with 0xBAADBABE")                          \
       
   609                                                                             \
       
   610   develop(bool, TraceZapUnusedHeapArea, false,                              \
       
   611           "Trace zapping of unused heap space")                             \
       
   612                                                                             \
       
   613   develop(bool, CheckZapUnusedHeapArea, false,                              \
       
   614           "Check zapping of unused heap space")                             \
   609                                                                             \
   615                                                                             \
   610   develop(bool, PrintVMMessages, true,                                      \
   616   develop(bool, PrintVMMessages, true,                                      \
   611           "Print vm messages on console")                                   \
   617           "Print vm messages on console")                                   \
   612                                                                             \
   618                                                                             \
   613   product(bool, PrintGCApplicationConcurrentTime, false,                    \
   619   product(bool, PrintGCApplicationConcurrentTime, false,                    \