src/share/vm/runtime/globals.hpp

changeset 5600
d80493ee6430
parent 5578
4c84d351cca9
parent 5599
91b93f523ec6
child 5622
3a1df0dce3e5
     1.1 --- a/src/share/vm/runtime/globals.hpp	Mon Aug 26 18:34:29 2013 -0700
     1.2 +++ b/src/share/vm/runtime/globals.hpp	Tue Aug 27 01:21:22 2013 -0700
     1.3 @@ -3685,15 +3685,9 @@
     1.4    develop(bool, TraceDefaultMethods, false,                                 \
     1.5            "Trace the default method processing steps")                      \
     1.6                                                                              \
     1.7 -  develop(bool, ParseAllGenericSignatures, false,                           \
     1.8 -          "Parse all generic signatures while classloading")                \
     1.9 -                                                                            \
    1.10    develop(bool, VerifyGenericSignatures, false,                             \
    1.11            "Abort VM on erroneous or inconsistent generic signatures")       \
    1.12                                                                              \
    1.13 -  product(bool, ParseGenericDefaults, false,                                \
    1.14 -          "Parse generic signatures for default method handling")           \
    1.15 -                                                                            \
    1.16    product(bool, UseVMInterruptibleIO, false,                                \
    1.17            "(Unstable, Solaris-specific) Thread interrupt before or with "   \
    1.18            "EINTR for I/O operations results in OS_INTRPT. The default value"\

mercurial