mirror of
https://github.com/openjdk/jdk.git
synced 2025-09-18 18:14:38 +02:00
8226304: Obsolete the -XX:+FailOverToOldVerifier option
Change the option from deprecated to obsolete Reviewed-by: lfoltan, coleenp
This commit is contained in:
parent
41ca20f5b5
commit
69a123c769
3 changed files with 13 additions and 18 deletions
|
@ -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") \
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue