src/share/vm/runtime/globals.hpp

changeset 7031
ee019285a52c
parent 7027
b20a35eae442
child 7038
8ae0d26ab728
     1.1 --- a/src/share/vm/runtime/globals.hpp	Thu Aug 07 18:09:12 2014 -0700
     1.2 +++ b/src/share/vm/runtime/globals.hpp	Mon Aug 04 10:48:10 2014 -0700
     1.3 @@ -3885,6 +3885,9 @@
     1.4    product(bool, PrintGCCause, true,                                         \
     1.5            "Include GC cause in GC logging")                                 \
     1.6                                                                              \
     1.7 +  experimental(intx, SurvivorAlignmentInBytes, 0,                           \
     1.8 +           "Default survivor space alignment in bytes")                     \
     1.9 +                                                                            \
    1.10    product(bool , AllowNonVirtualCalls, false,                               \
    1.11            "Obey the ACC_SUPER flag and allow invokenonvirtual calls")       \
    1.12                                                                              \

mercurial