comparison src/share/vm/runtime/globals.hpp @ 6064:9d679effd28c

7166894: Add gc cause to GC logging for all collectors Reviewed-by: mgerdin, johnc
author brutisso
date Tue, 15 May 2012 10:25:06 +0200
parents fc9d8850ab8b
children bbc900c2482a
comparison
equal deleted inserted replaced
6063:cdfa5139bd58 6064:9d679effd28c
3900 "(Unstable, Solaris-specific) Thread interrupt before or with " \ 3900 "(Unstable, Solaris-specific) Thread interrupt before or with " \
3901 "EINTR for I/O operations results in OS_INTRPT. The default value"\ 3901 "EINTR for I/O operations results in OS_INTRPT. The default value"\
3902 " of this flag is true for JDK 6 and earlier") \ 3902 " of this flag is true for JDK 6 and earlier") \
3903 \ 3903 \
3904 diagnostic(bool, WhiteBoxAPI, false, \ 3904 diagnostic(bool, WhiteBoxAPI, false, \
3905 "Enable internal testing APIs") 3905 "Enable internal testing APIs") \
3906 \
3907 product(bool, PrintGCCause, true, \
3908 "Include GC cause in GC logging")
3906 3909
3907 /* 3910 /*
3908 * Macros for factoring of globals 3911 * Macros for factoring of globals
3909 */ 3912 */
3910 3913