8234573: ZGC: Enable ZVerifyMarking by default in debug builds
authorpliden
Mon, 25 Nov 2019 12:34:43 +0100
changeset 59245 de882051f7a5
parent 59244 6a897a8ef4af
child 59246 fcad92f425c5
8234573: ZGC: Enable ZVerifyMarking by default in debug builds Reviewed-by: stefank, tschatzl
src/hotspot/share/gc/z/z_globals.hpp
--- a/src/hotspot/share/gc/z/z_globals.hpp	Mon Nov 25 11:08:30 2019 +0100
+++ b/src/hotspot/share/gc/z/z_globals.hpp	Mon Nov 25 12:34:43 2019 +0100
@@ -79,7 +79,7 @@
   diagnostic(bool, ZVerifyObjects, false,                                   \
           "Verify objects")                                                 \
                                                                             \
-  diagnostic(bool, ZVerifyMarking, false,                                   \
+  diagnostic(bool, ZVerifyMarking, trueInDebug,                             \
           "Verify marking stacks")                                          \
                                                                             \
   diagnostic(bool, ZVerifyForwarding, false,                                \