8036128: Remove deprecated VM flag UseVMInterruptibleIO

Reviewed-by: acorn, dholmes, dcubed, coleenp
This commit is contained in:
Frederic Parain 2014-03-14 12:02:54 +00:00
parent ce25911489
commit 2655375438
9 changed files with 70 additions and 285 deletions

View file

@ -3842,11 +3842,6 @@ class CommandLineFlags {
develop(bool, VerifyGenericSignatures, false, \
"Abort VM on erroneous or inconsistent generic signatures") \
\
product(bool, UseVMInterruptibleIO, false, \
"(Unstable, Solaris-specific) Thread interrupt before or with " \
"EINTR for I/O operations results in OS_INTRPT. The default " \
"value of this flag is true for JDK 6 and earlier") \
\
diagnostic(bool, WhiteBoxAPI, false, \
"Enable internal testing APIs") \
\