src/share/vm/runtime/globals.hpp

changeset 1926
2d127394260e
parent 1899
1a88d3c58e1d
child 1929
1eb493f33423
     1.1 --- a/src/share/vm/runtime/globals.hpp	Thu May 27 09:54:07 2010 -0700
     1.2 +++ b/src/share/vm/runtime/globals.hpp	Thu May 27 18:01:56 2010 -0700
     1.3 @@ -321,6 +321,9 @@
     1.4    diagnostic(bool, PrintCompressedOopsMode, false,                          \
     1.5              "Print compressed oops base address and encoding mode")         \
     1.6                                                                              \
     1.7 +  lp64_product(intx, ObjectAlignmentInBytes, 8,                             \
     1.8 +          "Default object alignment in bytes, 8 is minimum")                \
     1.9 +                                                                            \
    1.10    /* UseMembar is theoretically a temp flag used for memory barrier         \
    1.11     * removal testing.  It was supposed to be removed before FCS but has     \
    1.12     * been re-added (see 6401008) */                                         \

mercurial