--- old/src/share/vm/runtime/globals.hpp 2016-08-26 13:07:41.000000000 +0300 +++ new/src/share/vm/runtime/globals.hpp 2016-08-26 13:07:41.000000000 +0300 @@ -536,8 +536,9 @@ /* 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") \ + "(Unstable) Issues membars on thread state transitions")) \ \ develop(bool, CleanChunkPoolAsync, falseInEmbedded, \ "Clean the chunk pool asynchronously") \