diff src/share/vm/runtime/globals.hpp @ 12132:d80493ee6430

Merge
author acorn
date Tue, 27 Aug 2013 01:21:22 -0700
parents 4c84d351cca9 91b93f523ec6
children 3a1df0dce3e5
line wrap: on
line diff
--- a/src/share/vm/runtime/globals.hpp	Mon Aug 26 18:34:29 2013 -0700
+++ b/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"\