src/hotspot/share/runtime/globals.hpp
changeset 52460 f1bb77833b59
parent 52454 9b20fe769046
child 52473 a8389aeabf90
--- a/src/hotspot/share/runtime/globals.hpp	Thu Nov 08 11:22:28 2018 -0800
+++ b/src/hotspot/share/runtime/globals.hpp	Thu Nov 08 11:45:13 2018 -0800
@@ -247,12 +247,6 @@
           range(8, 256)                                                     \
           constraint(ObjectAlignmentInBytesConstraintFunc,AtParse)          \
                                                                             \
-  /* 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, true,                                  \
           "Clean the chunk pool asynchronously")                            \
                                                                             \