diff src/share/vm/runtime/globals.hpp @ 12131:91b93f523ec6

8012294: remove generic handling for default methods Reviewed-by: kamg, coleenp
author acorn
date Mon, 26 Aug 2013 11:35:25 -0400
parents 740e263c80c6
children d80493ee6430
line wrap: on
line diff
--- a/src/share/vm/runtime/globals.hpp	Mon Aug 26 09:33:01 2013 +0200
+++ b/src/share/vm/runtime/globals.hpp	Mon Aug 26 11:35:25 2013 -0400
@@ -3682,15 +3682,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"\