globals.hpp (579:0fbdb4381b99) globals.hpp (615:c6c601a0f2d6)
1/*
1/*
2 * Copyright 1997-2009 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.
4 *
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
7 * published by the Free Software Foundation.
8 *
9 * This code is distributed in the hope that it will be useful, but WITHOUT
10 * ANY WARRANTY; without even the implied warranty of MERCHANTABILITY or

--- 646 unchanged lines hidden (view full) ---

657 \
658 product(ccstrlist, OnError, "", \
659 "Run user-defined commands on fatal error; see VMError.cpp " \
660 "for examples") \
661 \
662 product(ccstrlist, OnOutOfMemoryError, "", \
663 "Run user-defined commands on first java.lang.OutOfMemoryError") \
664 \
3 * DO NOT ALTER OR REMOVE COPYRIGHT NOTICES OR THIS FILE HEADER.
4 *
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
7 * published by the Free Software Foundation.
8 *
9 * This code is distributed in the hope that it will be useful, but WITHOUT
10 * ANY WARRANTY; without even the implied warranty of MERCHANTABILITY or

--- 646 unchanged lines hidden (view full) ---

657 \
658 product(ccstrlist, OnError, "", \
659 "Run user-defined commands on fatal error; see VMError.cpp " \
660 "for examples") \
661 \
662 product(ccstrlist, OnOutOfMemoryError, "", \
663 "Run user-defined commands on first java.lang.OutOfMemoryError") \
664 \
665 manageable(bool, HeapDumpBeforeFullGC, false, \
666 "Dump heap to file before any major stop-world GC") \
667 \
668 manageable(bool, HeapDumpAfterFullGC, false, \
669 "Dump heap to file after any major stop-world GC") \
670 \
665 manageable(bool, HeapDumpOnOutOfMemoryError, false, \
666 "Dump heap to file when java.lang.OutOfMemoryError is thrown") \
667 \
668 manageable(ccstr, HeapDumpPath, NULL, \
669 "When HeapDumpOnOutOfMemoryError is on, the path (filename or" \
670 "directory) of the dump file (defaults to java_pid<pid>.hprof" \
671 "in the working directory)") \
672 \

--- 1293 unchanged lines hidden (view full) ---

1966 "Print tenuring age information") \
1967 \
1968 product_rw(bool, PrintHeapAtGC, false, \
1969 "Print heap layout before and after each GC") \
1970 \
1971 product(bool, PrintHeapAtSIGBREAK, true, \
1972 "Print heap layout in response to SIGBREAK") \
1973 \
671 manageable(bool, HeapDumpOnOutOfMemoryError, false, \
672 "Dump heap to file when java.lang.OutOfMemoryError is thrown") \
673 \
674 manageable(ccstr, HeapDumpPath, NULL, \
675 "When HeapDumpOnOutOfMemoryError is on, the path (filename or" \
676 "directory) of the dump file (defaults to java_pid<pid>.hprof" \
677 "in the working directory)") \
678 \

--- 1293 unchanged lines hidden (view full) ---

1972 "Print tenuring age information") \
1973 \
1974 product_rw(bool, PrintHeapAtGC, false, \
1975 "Print heap layout before and after each GC") \
1976 \
1977 product(bool, PrintHeapAtSIGBREAK, true, \
1978 "Print heap layout in response to SIGBREAK") \
1979 \
1980 manageable(bool, PrintClassHistogramBeforeFullGC, false, \
1981 "Print a class histogram before any major stop-world GC") \
1982 \
1983 manageable(bool, PrintClassHistogramAfterFullGC, false, \
1984 "Print a class histogram after any major stop-world GC") \
1985 \
1974 manageable(bool, PrintClassHistogram, false, \
1975 "Print a histogram of class instances") \
1976 \
1977 develop(bool, TraceWorkGang, false, \
1978 "Trace activities of work gangs") \
1979 \
1980 product(bool, TraceParallelOldGCTasks, false, \
1981 "Trace multithreaded GC activity") \

--- 1378 unchanged lines hidden ---
1986 manageable(bool, PrintClassHistogram, false, \
1987 "Print a histogram of class instances") \
1988 \
1989 develop(bool, TraceWorkGang, false, \
1990 "Trace activities of work gangs") \
1991 \
1992 product(bool, TraceParallelOldGCTasks, false, \
1993 "Trace multithreaded GC activity") \

--- 1378 unchanged lines hidden ---