comparison src/share/vm/runtime/globals.hpp @ 449:171e581e8161

6554406: Change switch UseVMInterruptibleIO default to false (sol) Summary: The default value of UseVMInterruptibleIO is changed to false for JDK 7, but the default isn't changed for JDK 6 and earlier. Reviewed-by: never, acorn, dholmes, kamg, alanb
author xlu
date Sat, 22 Nov 2008 00:16:09 -0800
parents b5e603f2e024
children 434912c745cf
comparison
equal deleted inserted replaced
448:ba7f9d894282 449:171e581e8161
3260 "Relax the access control checks in the verifier") \ 3260 "Relax the access control checks in the verifier") \
3261 \ 3261 \
3262 diagnostic(bool, PrintDTraceDOF, false, \ 3262 diagnostic(bool, PrintDTraceDOF, false, \
3263 "Print the DTrace DOF passed to the system for JSDT probes") \ 3263 "Print the DTrace DOF passed to the system for JSDT probes") \
3264 \ 3264 \
3265 product(bool, UseVMInterruptibleIO, true, \ 3265 product(bool, UseVMInterruptibleIO, false, \
3266 "(Unstable, Solaris-specific) Thread interrupt before or with " \ 3266 "(Unstable, Solaris-specific) Thread interrupt before or with " \
3267 "EINTR for I/O operations results in OS_INTRPT") 3267 "EINTR for I/O operations results in OS_INTRPT. The default value"\
3268 " of this flag is true for JDK 6 and earliers")
3268 3269
3269 3270
3270 /* 3271 /*
3271 * Macros for factoring of globals 3272 * Macros for factoring of globals
3272 */ 3273 */