comparison src/share/vm/runtime/globals.hpp @ 5915:2d503de963b3

7148152: Add whitebox testing API to HotSpot Summary: Add an internal testing API to HotSpot to enable more targeted testing of vm functionality Reviewed-by: phh, dholmes
author mgerdin
date Thu, 23 Feb 2012 14:58:35 +0100
parents cfdfbeac0a5b
children 80fe40862b02
comparison
equal deleted inserted replaced
4956:4ab89de75552 5915:2d503de963b3
3894 "Number of buckets in the interned String table") \ 3894 "Number of buckets in the interned String table") \
3895 \ 3895 \
3896 product(bool, UseVMInterruptibleIO, false, \ 3896 product(bool, UseVMInterruptibleIO, false, \
3897 "(Unstable, Solaris-specific) Thread interrupt before or with " \ 3897 "(Unstable, Solaris-specific) Thread interrupt before or with " \
3898 "EINTR for I/O operations results in OS_INTRPT. The default value"\ 3898 "EINTR for I/O operations results in OS_INTRPT. The default value"\
3899 " of this flag is true for JDK 6 and earlier") 3899 " of this flag is true for JDK 6 and earlier") \
3900 \
3901 diagnostic(bool, WhiteBoxAPI, false, \
3902 "Enable internal testing APIs")
3900 3903
3901 /* 3904 /*
3902 * Macros for factoring of globals 3905 * Macros for factoring of globals
3903 */ 3906 */
3904 3907