8231946: Remove obsolete and unused ShenandoahVerifyObjectEquals flag
authorshade
Mon, 07 Oct 2019 17:12:22 +0200
changeset 58483 f48737be4fd7
parent 58482 b4c660a75b54
child 58486 dcb418f5aabd
child 58610 94710bb2a5bb
8231946: Remove obsolete and unused ShenandoahVerifyObjectEquals flag Reviewed-by: rkennke
src/hotspot/share/gc/shenandoah/shenandoah_globals.hpp
--- a/src/hotspot/share/gc/shenandoah/shenandoah_globals.hpp	Mon Oct 07 17:12:13 2019 +0200
+++ b/src/hotspot/share/gc/shenandoah/shenandoah_globals.hpp	Mon Oct 07 17:12:22 2019 +0200
@@ -314,9 +314,6 @@
   diagnostic(bool, ShenandoahTerminationTrace, false,                       \
           "Tracing task termination timings")                               \
                                                                             \
-  develop(bool, ShenandoahVerifyObjectEquals, false,                        \
-          "Verify that == and != are not used on oops. Only in fastdebug")  \
-                                                                            \
   diagnostic(bool, ShenandoahAlwaysPreTouch, false,                         \
           "Pre-touch heap memory, overrides global AlwaysPreTouch")         \
                                                                             \