src/share/vm/runtime/globals.hpp

changeset 6462
e2722a66aba7
parent 6461
bdd155477289
parent 5578
4c84d351cca9
child 6470
abe03600372a
     1.1 --- a/src/share/vm/runtime/globals.hpp	Thu Aug 22 09:39:54 2013 -0700
     1.2 +++ b/src/share/vm/runtime/globals.hpp	Thu Sep 05 11:04:39 2013 -0700
     1.3 @@ -1947,6 +1947,9 @@
     1.4    notproduct(bool, ExecuteInternalVMTests, false,                           \
     1.5            "Enable execution of internal VM tests.")                         \
     1.6                                                                              \
     1.7 +  notproduct(bool, VerboseInternalVMTests, false,                           \
     1.8 +          "Turn on logging for internal VM tests.")                         \
     1.9 +                                                                            \
    1.10    product_pd(bool, UseTLAB, "Use thread-local object allocation")           \
    1.11                                                                              \
    1.12    product_pd(bool, ResizeTLAB,                                              \
    1.13 @@ -3050,7 +3053,7 @@
    1.14    product(uintx, MaxMetaspaceSize, max_uintx,                               \
    1.15            "Maximum size of Metaspaces (in bytes)")                          \
    1.16                                                                              \
    1.17 -  product(uintx, ClassMetaspaceSize, 2*M,                                   \
    1.18 +  product(uintx, ClassMetaspaceSize, 1*G,                                   \
    1.19            "Maximum size of InstanceKlass area in Metaspace used for "       \
    1.20            "UseCompressedKlassPointers")                                     \
    1.21                                                                              \

mercurial