hotspot/src/share/vm/runtime/globals.hpp
changeset 5694 1e0532a6abff
parent 5539 261ecc5bb65e
child 5697 0cf7190475ee
equal deleted inserted replaced
5693:3015c564fcbc 5694:1e0532a6abff
   319             "OS specific low limit for heap base address")                  \
   319             "OS specific low limit for heap base address")                  \
   320                                                                             \
   320                                                                             \
   321   diagnostic(bool, PrintCompressedOopsMode, false,                          \
   321   diagnostic(bool, PrintCompressedOopsMode, false,                          \
   322             "Print compressed oops base address and encoding mode")         \
   322             "Print compressed oops base address and encoding mode")         \
   323                                                                             \
   323                                                                             \
       
   324   lp64_product(intx, ObjectAlignmentInBytes, 8,                             \
       
   325           "Default object alignment in bytes, 8 is minimum")                \
       
   326                                                                             \
   324   /* UseMembar is theoretically a temp flag used for memory barrier         \
   327   /* UseMembar is theoretically a temp flag used for memory barrier         \
   325    * removal testing.  It was supposed to be removed before FCS but has     \
   328    * removal testing.  It was supposed to be removed before FCS but has     \
   326    * been re-added (see 6401008) */                                         \
   329    * been re-added (see 6401008) */                                         \
   327   product(bool, UseMembar, false,                                           \
   330   product(bool, UseMembar, false,                                           \
   328           "(Unstable) Issues membars on thread state transitions")          \
   331           "(Unstable) Issues membars on thread state transitions")          \