src/share/vm/runtime/globals.hpp

changeset 6455
438e13354adf
parent 6454
6cc7093e1341
parent 5385
ec173c8f3739
child 6457
94c202aa2646
     1.1 --- a/src/share/vm/runtime/globals.hpp	Thu Jul 11 12:56:29 2013 -0700
     1.2 +++ b/src/share/vm/runtime/globals.hpp	Fri Jul 19 13:32:53 2013 -0700
     1.3 @@ -174,6 +174,7 @@
     1.4  define_pd_global(intx, ReservedCodeCacheSize,        32*M);
     1.5  define_pd_global(intx, CodeCacheExpansionSize,       32*K);
     1.6  define_pd_global(intx, CodeCacheMinBlockLength,      1);
     1.7 +define_pd_global(intx, CodeCacheMinimumUseSpace,     200*K);
     1.8  define_pd_global(uintx,MetaspaceSize,    ScaleForWordSize(4*M));
     1.9  define_pd_global(bool, NeverActAsServerClassMachine, true);
    1.10  define_pd_global(uint64_t,MaxRAM,                    1ULL*G);
    1.11 @@ -3679,6 +3680,9 @@
    1.12    develop(bool, VerifyGenericSignatures, false,                             \
    1.13            "Abort VM on erroneous or inconsistent generic signatures")       \
    1.14                                                                              \
    1.15 +  product(bool, ParseGenericDefaults, false,                                \
    1.16 +          "Parse generic signatures for default method handling")           \
    1.17 +                                                                            \
    1.18    product(bool, UseVMInterruptibleIO, false,                                \
    1.19            "(Unstable, Solaris-specific) Thread interrupt before or with "   \
    1.20            "EINTR for I/O operations results in OS_INTRPT. The default value"\

mercurial