--- old/src/share/vm/runtime/globals.hpp 2010-10-04 17:01:01.406131779 -0400 +++ new/src/share/vm/runtime/globals.hpp 2010-10-04 17:00:59.440420068 -0400 @@ -323,10 +323,10 @@ /* 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(bool, UseMembar, false, \ + product_pd(bool, UseMembar, \ "(Unstable) Issues membars on thread state transitions") \ \ - /* Temporary: See 6948537 */ \ + /* Temporary: See 6948537 */ \ experimental(bool, UseMemSetInBOT, true, \ "(Unstable) uses memset in BOT updates in GC code") \ \