src/share/vm/runtime/globals.hpp

changeset 2557
f7de3327c683
parent 2497
3582bf76420e
child 2567
850b2295a494
     1.1 --- a/src/share/vm/runtime/globals.hpp	Mon Feb 07 10:25:39 2011 -0800
     1.2 +++ b/src/share/vm/runtime/globals.hpp	Mon Feb 07 10:34:39 2011 -0800
     1.3 @@ -1,5 +1,5 @@
     1.4  /*
     1.5 - * Copyright (c) 1997, 2010, Oracle and/or its affiliates. All rights reserved.
     1.6 + * Copyright (c) 1997, 2011, Oracle and/or its affiliates. All rights reserved.
     1.7   * DO NOT ALTER OR REMOVE COPYRIGHT NOTICES OR THIS FILE HEADER.
     1.8   *
     1.9   * This code is free software; you can redistribute it and/or modify it
    1.10 @@ -712,6 +712,9 @@
    1.11    develop(bool, PrintMalloc, false,                                         \
    1.12            "print all malloc/free calls")                                    \
    1.13                                                                              \
    1.14 +  develop(bool, PrintMallocStatistics, false,                               \
    1.15 +          "print malloc/free statistics")                                   \
    1.16 +                                                                            \
    1.17    develop(bool, ZapResourceArea, trueInDebug,                               \
    1.18            "Zap freed resource/arena space with 0xABABABAB")                 \
    1.19                                                                              \

mercurial