--- a/hotspot/src/share/vm/runtime/globals.hpp Fri Mar 14 10:31:11 2014 -0700
+++ b/hotspot/src/share/vm/runtime/globals.hpp Sat Mar 15 04:03:42 2014 -0700
@@ -3846,11 +3846,6 @@
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") \
\