8231946: Remove obsolete and unused ShenandoahVerifyObjectEquals flag
Reviewed-by: rkennke
--- 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") \
\