comparison src/share/vm/runtime/globals.hpp @ 838:0316eac49d5a

6855834: G1: minimize the output when -XX:+PrintHeapAtGC is set Summary: Changing the behavior of -XX:+PrintHeapAtGC for G1 from printing lengthy, per-region information to instead printing a concise summary. Reviewed-by: ysr, apetrusenko, jcoomes
author tonyp
date Tue, 07 Jul 2009 14:23:00 -0400
parents d0e0d6d824d8
children 16c930df1e9b 27f6a9b9c311
comparison
equal deleted inserted replaced
832:e7d5557ad624 838:0316eac49d5a
1992 "Print tenuring age information") \ 1992 "Print tenuring age information") \
1993 \ 1993 \
1994 product_rw(bool, PrintHeapAtGC, false, \ 1994 product_rw(bool, PrintHeapAtGC, false, \
1995 "Print heap layout before and after each GC") \ 1995 "Print heap layout before and after each GC") \
1996 \ 1996 \
1997 product_rw(bool, PrintHeapAtGCExtended, false, \
1998 "Prints extended information about the layout of the heap " \
1999 "when -XX:+PrintHeapAtGC is set") \
2000 \
1997 product(bool, PrintHeapAtSIGBREAK, true, \ 2001 product(bool, PrintHeapAtSIGBREAK, true, \
1998 "Print heap layout in response to SIGBREAK") \ 2002 "Print heap layout in response to SIGBREAK") \
1999 \ 2003 \
2000 manageable(bool, PrintClassHistogramBeforeFullGC, false, \ 2004 manageable(bool, PrintClassHistogramBeforeFullGC, false, \
2001 "Print a class histogram before any major stop-world GC") \ 2005 "Print a class histogram before any major stop-world GC") \