< prev index next >

src/hotspot/share/runtime/globals.hpp

Print this page

        

@@ -1438,13 +1438,10 @@
           "Verify marking stacks (for debugging only)")                     \
                                                                             \
   product(bool, ZVerifyForwarding, false,                                   \
           "Verify forwarding tables (for debugging only)")                  \
                                                                             \
-  product(bool, ZLoadBarrierMediumPath, false,                              \
-          "Enable load barrier medium path")                                \
-                                                                            \
   product(bool, ZWeakRoots, true,                                           \
           "Treat JNI WeakGlobalRefs and StringTable as weak roots")         \
                                                                             \
   product(size_t, ZMarkStacksMax, NOT_LP64(512*M) LP64_ONLY(8*G),           \
           "Maximum number of bytes allocated for marking stacks")           \
< prev index next >