8156803: Turn StressLCM/StressGCM flags to diagnostic

Reviewed-by: kvn, ctornqvi
This commit is contained in:
Aleksey Shipilev 2016-06-22 13:29:09 +03:00
parent 6c974f899f
commit f6c1efe6ac

View File

@ -72,10 +72,10 @@
constraint, \ constraint, \
writeable) \ writeable) \
\ \
develop(bool, StressLCM, false, \ diagnostic(bool, StressLCM, false, \
"Randomize instruction scheduling in LCM") \ "Randomize instruction scheduling in LCM") \
\ \
develop(bool, StressGCM, false, \ diagnostic(bool, StressGCM, false, \
"Randomize instruction scheduling in GCM") \ "Randomize instruction scheduling in GCM") \
\ \
develop(intx, OptoPrologueNops, 0, \ develop(intx, OptoPrologueNops, 0, \