diff -r de91a2f25c7e -r 2d127394260e src/share/vm/runtime/globals.hpp --- a/src/share/vm/runtime/globals.hpp Thu May 27 09:54:07 2010 -0700 +++ b/src/share/vm/runtime/globals.hpp Thu May 27 18:01:56 2010 -0700 @@ -321,6 +321,9 @@ diagnostic(bool, PrintCompressedOopsMode, false, \ "Print compressed oops base address and encoding mode") \ \ + lp64_product(intx, ObjectAlignmentInBytes, 8, \ + "Default object alignment in bytes, 8 is minimum") \ + \ /* UseMembar is theoretically a temp flag used for memory barrier \ * removal testing. It was supposed to be removed before FCS but has \ * been re-added (see 6401008) */ \