8003822: Deprecate the incremental mode of CMS

Reviewed-by: johnc, jwilhelm
This commit is contained in:
Bengt Rutisson 2013-01-04 21:33:22 +01:00
parent 2cd5c87cb9
commit 2574114b01

View file

@ -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