8231946: Remove obsolete and unused ShenandoahVerifyObjectEquals flag

Reviewed-by: rkennke
This commit is contained in:
Aleksey Shipilev 2019-10-07 17:12:22 +02:00
parent 89c8b7be66
commit 67a0aa7960

View File

@ -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") \
\