mirror of
https://github.com/openjdk/jdk.git
synced 2025-09-21 03:24:38 +02:00
6554406: Change switch UseVMInterruptibleIO default to false (sol)
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
This commit is contained in:
parent
e64aa947c4
commit
85138023c1
2 changed files with 9 additions and 3 deletions
|
@ -3262,9 +3262,10 @@ class CommandLineFlags {
|
|||
diagnostic(bool, PrintDTraceDOF, false, \
|
||||
"Print the DTrace DOF passed to the system for JSDT probes") \
|
||||
\
|
||||
product(bool, UseVMInterruptibleIO, true, \
|
||||
product(bool, UseVMInterruptibleIO, false, \
|
||||
"(Unstable, Solaris-specific) Thread interrupt before or with " \
|
||||
"EINTR for I/O operations results in OS_INTRPT")
|
||||
"EINTR for I/O operations results in OS_INTRPT. The default value"\
|
||||
" of this flag is true for JDK 6 and earliers")
|
||||
|
||||
|
||||
/*
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue