hotspot/src/share/vm/runtime/globals.hpp
changeset 37428 6e724f3d488b
parent 37264 d9b0f2b53b73
child 37429 5b1720e87eda
equal deleted inserted replaced
37427:95577491e9ed 37428:6e724f3d488b
   639           "Heap allocation steps through preferred address regions to find" \
   639           "Heap allocation steps through preferred address regions to find" \
   640           " where it can allocate the heap. Number of steps to take per "   \
   640           " where it can allocate the heap. Number of steps to take per "   \
   641           "region.")                                                        \
   641           "region.")                                                        \
   642           range(1, max_uintx)                                               \
   642           range(1, max_uintx)                                               \
   643                                                                             \
   643                                                                             \
   644   diagnostic(bool, PrintCompressedOopsMode, false,                          \
       
   645           "Print compressed oops base address and encoding mode")           \
       
   646                                                                             \
       
   647   lp64_product(intx, ObjectAlignmentInBytes, 8,                             \
   644   lp64_product(intx, ObjectAlignmentInBytes, 8,                             \
   648           "Default object alignment in bytes, 8 is minimum")                \
   645           "Default object alignment in bytes, 8 is minimum")                \
   649           range(8, 256)                                                     \
   646           range(8, 256)                                                     \
   650           constraint(ObjectAlignmentInBytesConstraintFunc,AtParse)          \
   647           constraint(ObjectAlignmentInBytesConstraintFunc,AtParse)          \
   651                                                                             \
   648                                                                             \