src/share/vm/runtime/globals.hpp

changeset 884
171e581e8161
parent 878
b5e603f2e024
child 890
434912c745cf
equal deleted inserted replaced
883:ba7f9d894282 884: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 */

mercurial