hotspot/src/share/vm/runtime/globals.hpp
changeset 19682 2dd459817aae
parent 19546 f6b7c9e96ea3
parent 19681 1b35da7b1d85
child 19704 475be20c57de
--- 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"\