src/share/vm/runtime/globals.hpp

changeset 4245
4735d2c84362
parent 4227
5ec0c42da025
child 4246
ec204374e626
     1.1 --- a/src/share/vm/runtime/globals.hpp	Thu Nov 01 13:05:47 2012 +0100
     1.2 +++ b/src/share/vm/runtime/globals.hpp	Thu Oct 11 12:25:42 2012 -0400
     1.3 @@ -3590,6 +3590,15 @@
     1.4    product(uintx, StringTableSize, 1009,                                     \
     1.5            "Number of buckets in the interned String table")                 \
     1.6                                                                              \
     1.7 +  develop(bool, TraceDefaultMethods, false,                                 \
     1.8 +          "Trace the default method processing steps")                      \
     1.9 +                                                                            \
    1.10 +  develop(bool, ParseAllGenericSignatures, false,                           \
    1.11 +          "Parse all generic signatures while classloading")                \
    1.12 +                                                                            \
    1.13 +  develop(bool, VerifyGenericSignatures, false,                             \
    1.14 +          "Abort VM on erroneous or inconsistent generic signatures")       \
    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