8012294: remove generic handling for default methods

Reviewed-by: kamg, coleenp
This commit is contained in:
Karen Kinnear 2013-08-26 11:35:25 -04:00
parent 618cb11a73
commit 38560368c1
5 changed files with 10 additions and 2145 deletions

View file

@ -3682,15 +3682,9 @@ class CommandLineFlags {
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"\