mirror of
https://github.com/openjdk/jdk.git
synced 2025-08-26 22:34:27 +02:00
8003822: Deprecate the incremental mode of CMS
Reviewed-by: johnc, jwilhelm
This commit is contained in:
parent
2cd5c87cb9
commit
2574114b01
1 changed files with 4 additions and 0 deletions
|
@ -1790,6 +1790,10 @@ void Arguments::check_deprecated_gcs() {
|
|||
warning("Using the ParNew young collector with the Serial old collector is deprecated "
|
||||
"and will likely be removed in a future release");
|
||||
}
|
||||
|
||||
if (CMSIncrementalMode) {
|
||||
warning("Using incremental CMS is deprecated and will likely be removed in a future release");
|
||||
}
|
||||
}
|
||||
|
||||
// Check stack pages settings
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue