< prev index next >

src/hotspot/share/runtime/globals.hpp

Print this page

        

*** 245,257 **** lp64_product(intx, ObjectAlignmentInBytes, 8, \ "Default object alignment in bytes, 8 is minimum") \ range(8, 256) \ constraint(ObjectAlignmentInBytesConstraintFunc,AtParse) \ \ - product(bool, AssumeMP, true, \ - "(Deprecated) Instruct the VM to assume multiple processors are available")\ - \ /* 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) */ \ product_pd(bool, UseMembar, \ "(Unstable) Issues membars on thread state transitions") \ --- 245,254 ----
< prev index next >