< prev index next >

src/hotspot/share/gc/z/zFlags.hpp

Print this page

        

@@ -41,13 +41,10 @@
                 writeable)     \
                                                                             \
   product(bool, UseZGC, false,                                              \
           "Use the Z garbage collector")                                    \
                                                                             \
-  product(bool, UseLoadBarrier, false,                                      \
-          "Use load barrier on all reference loads")                        \
-                                                                            \
   product(ccstr, ZPath, NULL,                                               \
           "Filesystem path for Java heap backing storage "                  \
           "(must be a tmpfs or a hugetlbfs filesystem)")                    \
                                                                             \
   product(double, ZAllocationSpikeTolerance, 2.0,                           \
< prev index next >