src/share/vm/runtime/globals.hpp

changeset 3767
9d679effd28c
parent 3682
fc9d8850ab8b
child 3812
bbc900c2482a
equal deleted inserted replaced
3766:cdfa5139bd58 3767: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

mercurial