hotspot/src/share/vm/runtime/globals.hpp
changeset 16610 899daa32f6a0
parent 16609 f3dd8996c955
parent 16596 905d4419a089
child 16631 c6860a0ebc99
equal deleted inserted replaced
16609:f3dd8996c955 16610:899daa32f6a0
   455             "Print compressed oops base address and encoding mode")         \
   455             "Print compressed oops base address and encoding mode")         \
   456                                                                             \
   456                                                                             \
   457   lp64_product(intx, ObjectAlignmentInBytes, 8,                             \
   457   lp64_product(intx, ObjectAlignmentInBytes, 8,                             \
   458           "Default object alignment in bytes, 8 is minimum")                \
   458           "Default object alignment in bytes, 8 is minimum")                \
   459                                                                             \
   459                                                                             \
       
   460   product(bool, AssumeMP, false,                                            \
       
   461           "Instruct the VM to assume multiple processors are available")    \
       
   462                                                                             \
   460   /* UseMembar is theoretically a temp flag used for memory barrier         \
   463   /* UseMembar is theoretically a temp flag used for memory barrier         \
   461    * removal testing.  It was supposed to be removed before FCS but has     \
   464    * removal testing.  It was supposed to be removed before FCS but has     \
   462    * been re-added (see 6401008) */                                         \
   465    * been re-added (see 6401008) */                                         \
   463   product_pd(bool, UseMembar,                                               \
   466   product_pd(bool, UseMembar,                                               \
   464           "(Unstable) Issues membars on thread state transitions")          \
   467           "(Unstable) Issues membars on thread state transitions")          \