src/hotspot/share/runtime/globals.hpp
changeset 51996 84743156e780
parent 51860 54aafb3ba9ab
child 51998 27b48d82272c
equal deleted inserted replaced
51995:f7babf9d1592 51996:84743156e780
   245   lp64_product(intx, ObjectAlignmentInBytes, 8,                             \
   245   lp64_product(intx, ObjectAlignmentInBytes, 8,                             \
   246           "Default object alignment in bytes, 8 is minimum")                \
   246           "Default object alignment in bytes, 8 is minimum")                \
   247           range(8, 256)                                                     \
   247           range(8, 256)                                                     \
   248           constraint(ObjectAlignmentInBytesConstraintFunc,AtParse)          \
   248           constraint(ObjectAlignmentInBytesConstraintFunc,AtParse)          \
   249                                                                             \
   249                                                                             \
   250   product(bool, AssumeMP, true,                                             \
       
   251           "(Deprecated) Instruct the VM to assume multiple processors are available")\
       
   252                                                                             \
       
   253   /* UseMembar is theoretically a temp flag used for memory barrier      */ \
   250   /* UseMembar is theoretically a temp flag used for memory barrier      */ \
   254   /* removal testing.  It was supposed to be removed before FCS but has  */ \
   251   /* removal testing.  It was supposed to be removed before FCS but has  */ \
   255   /* been re-added (see 6401008)                                         */ \
   252   /* been re-added (see 6401008)                                         */ \
   256   product_pd(bool, UseMembar,                                               \
   253   product_pd(bool, UseMembar,                                               \
   257           "(Unstable) Issues membars on thread state transitions")          \
   254           "(Unstable) Issues membars on thread state transitions")          \