8232070: ZGC: Remove unused ZVerifyLoadBarriers
authorpliden
Fri, 11 Oct 2019 10:16:35 +0200
changeset 58551 85e5124b0376
parent 58550 e98509cb3867
child 58552 906a9dd5d8e8
8232070: ZGC: Remove unused ZVerifyLoadBarriers Reviewed-by: tschatzl
src/hotspot/share/gc/z/z_globals.hpp
--- a/src/hotspot/share/gc/z/z_globals.hpp	Fri Oct 11 09:55:35 2019 +0200
+++ b/src/hotspot/share/gc/z/z_globals.hpp	Fri Oct 11 10:16:35 2019 +0200
@@ -86,9 +86,6 @@
           "Verify marking stacks")                                          \
                                                                             \
   diagnostic(bool, ZVerifyForwarding, false,                                \
-          "Verify forwarding tables")                                       \
-                                                                            \
-  develop(bool, ZVerifyLoadBarriers, false,                                 \
-          "Verify that reference loads are followed by barriers")
+          "Verify forwarding tables")
 
 #endif // SHARE_GC_Z_Z_GLOBALS_HPP