hotspot/src/share/vm/runtime/globals.hpp
changeset 22821 40a3c34a50a1
parent 22820 70660a78baaf
parent 18703 2a39dd8382ab
child 22823 40b2c6c30123
--- a/hotspot/src/share/vm/runtime/globals.hpp	Thu Jul 11 12:56:29 2013 -0700
+++ b/hotspot/src/share/vm/runtime/globals.hpp	Fri Jul 19 13:32:53 2013 -0700
@@ -174,6 +174,7 @@
 define_pd_global(intx, ReservedCodeCacheSize,        32*M);
 define_pd_global(intx, CodeCacheExpansionSize,       32*K);
 define_pd_global(intx, CodeCacheMinBlockLength,      1);
+define_pd_global(intx, CodeCacheMinimumUseSpace,     200*K);
 define_pd_global(uintx,MetaspaceSize,    ScaleForWordSize(4*M));
 define_pd_global(bool, NeverActAsServerClassMachine, true);
 define_pd_global(uint64_t,MaxRAM,                    1ULL*G);
@@ -3679,6 +3680,9 @@
   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"\