8226304: Obsolete the -XX:+FailOverToOldVerifier option

Change the option from deprecated to obsolete

Reviewed-by: lfoltan, coleenp
This commit is contained in:
Harold Seigel 2019-06-19 13:34:31 -04:00
parent 41ca20f5b5
commit 69a123c769
3 changed files with 13 additions and 18 deletions

View file

@ -405,9 +405,6 @@ const size_t minimumSymbolTableSize = 1024;
notproduct(bool, VerifyLastFrame, false, \
"Verify oops on last frame on entry to VM") \
\
product(bool, FailOverToOldVerifier, true, \
"Fail over to old verifier when split verifier fails") \
\
product(bool, SafepointTimeout, false, \
"Time out and warn or fail after SafepointTimeoutDelay " \
"milliseconds if failed to reach safepoint") \