From e598c94852a590eb057d60e69d4d9958e3fbccbc Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Per=20Lid=C3=A9n?= Date: Fri, 11 Oct 2019 10:16:35 +0200 Subject: [PATCH] 8232070: ZGC: Remove unused ZVerifyLoadBarriers Reviewed-by: tschatzl --- src/hotspot/share/gc/z/z_globals.hpp | 5 +---- 1 file changed, 1 insertion(+), 4 deletions(-) diff --git a/src/hotspot/share/gc/z/z_globals.hpp b/src/hotspot/share/gc/z/z_globals.hpp index fc1125b450e..fefa976c439 100644 --- a/src/hotspot/share/gc/z/z_globals.hpp +++ b/src/hotspot/share/gc/z/z_globals.hpp @@ -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