< prev index next >

src/share/vm/runtime/globals.hpp

Print this page
rev 8069 : 8164652: aarch32: C1 port

*** 534,545 **** "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") \ \ develop(bool, CleanChunkPoolAsync, falseInEmbedded, \ "Clean the chunk pool asynchronously") \ \ /* Temporary: See 6948537 */ \ --- 534,546 ---- "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) */ \ + NOT_AARCH32( \ product_pd(bool, UseMembar, \ ! "(Unstable) Issues membars on thread state transitions")) \ \ develop(bool, CleanChunkPoolAsync, falseInEmbedded, \ "Clean the chunk pool asynchronously") \ \ /* Temporary: See 6948537 */ \
< prev index next >