--- a/hotspot/src/share/vm/runtime/globals.hpp Mon Aug 26 18:34:29 2013 -0700
+++ b/hotspot/src/share/vm/runtime/globals.hpp Tue Aug 27 01:21:22 2013 -0700
@@ -3685,15 +3685,9 @@
develop(bool, TraceDefaultMethods, false, \
"Trace the default method processing steps") \
\
- develop(bool, ParseAllGenericSignatures, false, \
- "Parse all generic signatures while classloading") \
- \
develop(bool, VerifyGenericSignatures, false, \
"Abort VM on erroneous or inconsistent generic signatures") \
\
- product(bool, ParseGenericDefaults, false, \
- "Parse generic signatures for default method handling") \
- \
product(bool, UseVMInterruptibleIO, false, \
"(Unstable, Solaris-specific) Thread interrupt before or with " \
"EINTR for I/O operations results in OS_INTRPT. The default value"\